Openapi
Update schedule
Modifies a pending scheduled dispatch. You can update the recipient address, subject, HTML body, template reference, or scheduled time. At least one field must be provided. Only dispatches in pending status can be updated; returns 409 for dispatches already sent or cancelled.
Authorization<token>
In: header
Response Body
curl -X PATCH "https://loading/v1/manage/workspaces/{workspaceId}/environments/{environmentId}/scheduler/{scheduleId}"Empty
Get schedule GET
Retrieves the full scheduled dispatch record including channel, recipient, subject, HTML body, template reference, status, and all lifecycle timestamps.
Cancel schedule DELETE
Cancels a pending scheduled dispatch so it will not be sent. Only dispatches in `pending` status can be cancelled; returns 409 for dispatches already sent or cancelled. This endpoint is idempotent.