Cancel schedule
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.
In: header
Response Body
curl -X DELETE "https://loading/v1/manage/workspaces/{workspaceId}/environments/{environmentId}/scheduler/{scheduleId}"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.
List jobs GET
Returns all bulk notification jobs for the environment. Filter by `status` (draft, queued, processing, paused, completed, cancelled, failed). Each job includes progress counters showing total, processed, sent, failed, and skipped recipients.