Openapi
Create schedule
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.
Authorization<token>
In: header
Response Body
curl -X POST "https://loading/v1/manage/workspaces/{workspaceId}/environments/{environmentId}/scheduler"Empty
List schedules GET
Returns scheduled email dispatches for the environment with a summary showing counts by status (pending, sent, cancelled). Filter by `status` to narrow results. Scheduled dispatches are one-time email sends set for a future timestamp.
Get schedule GET
Retrieves the full scheduled dispatch record including channel, recipient, subject, HTML body, template reference, status, and all lifecycle timestamps.