Openapi
Create job
Creates a bulk notification job targeting an audience or list. Provide exactly one of audienceId or listId, the delivery channels, and optionally a template, subject/body overrides, batch size, and scheduled start time. The job processes recipients in batches and tracks progress automatically.
Authorization<token>
In: header
Response Body
curl -X POST "https://loading/v1/manage/workspaces/{workspaceId}/environments/{environmentId}/jobs"Empty
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.
Get job GET
Retrieves the full job record including type, status, target (audience or list), template reference, channels, batch size, progress counters, and all lifecycle timestamps.