Get schedule
Retrieves the full scheduled dispatch record including channel, recipient, subject, HTML body, template reference, status, and all lifecycle timestamps.
In: header
Response Body
curl -X GET "https://loading/v1/manage/workspaces/{workspaceId}/environments/{environmentId}/scheduler/{scheduleId}"Create schedule POST
Schedules an email to be sent at the `scheduledFor` timestamp (Unix ms). Provide the recipient address, subject, HTML body, and optionally a template id. The dispatch remains in `pending` status until the scheduled time, at which point the system sends it automatically.
Update schedule PATCH
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.