Update Campaign
Updates details for a single campaign. Updates can only be performed on campaigns in created state. Use this by first fetching campaign settings data using GET request. Update the required values in there and pass that entire object in update_data.
Documentation Index
Fetch the complete documentation index at: https://docs.deliveryman.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Enter your API key in the format: X-Api-Key <your_key>
Response
Success
Unique identifier of the campaign.
255Date when the campaign was created. ISO format date string in UTC timezone.
The ID of the workspace associated with the campaign.
Datetime when the campaign is scheduled to start. ISO format date string in UTC timezone.
Current status of the campaign.
creating- Creatingcreated- Createdscheduled- Scheduledrunning- Runningpaused- Pausedcomplete- Completecancelled- Cancelledfailed- Failed
creating, created, scheduled, running, paused, complete, cancelled, failed Number of bounced emails in the campaign.
0 <= x <= 2147483647Indicates whether the campaign is paused.
Datetime when the campaign was paused.
Indicates if schedules are being generated for the campaign.
Indicates if schedules are being deleted for the campaign.
Flag indicating if the campaign is archived.
Flag indicating if the campaign is bounce-blocked.
Datetime when the campaign started running. ISO format date string in UTC timezone.
Datetime when the campaign was completed. ISO format date string in UTC timezone.
Datetime when the campaign was cancelled. ISO format date string in UTC timezone.