List schedules
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.
In: header
Response Body
curl -X GET "https://loading/v1/manage/workspaces/{workspaceId}/environments/{environmentId}/scheduler"Delete routing rule DELETE
Permanently removes the routing rule. Notifications matching this rule's conditions will fall through to the next matching rule or fail if no other rule covers the channel. This action is irreversible and idempotent.
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.