draft status and does not start calling until you update its status to start.
Endpoint
POST /user/campaign
Request
Name of the campaign. Maximum 255 characters.
ID of the outbound assistant to use for this campaign.
Timezone for the campaign (e.g.,
America/New_York). Defaults to your account timezone.Maximum simultaneous calls. Minimum:
1. Maximum depends on your plan.Start of the allowed calling window. Format:
H:i (e.g., 09:00).End of the allowed calling window. Format:
H:i (e.g., 17:00).Days when calls are allowed. Valid values:
monday, tuesday, wednesday, thursday, friday, saturday, sunday.Maximum retry attempts for failed calls. Range: 1–5.
Minutes between retry attempts. Range: 10–4320.
Whether to retry calls that reached voicemail.
Whether to retry calls where the goal was not completed.
Name of a boolean variable from your assistant’s post-call schema to track goal completion. Maximum 255 characters.
Whether to automatically mark the campaign complete when no leads remain.
Array of phone number IDs to use for outbound calls. Each ID must be distinct and belong to your account.
Response
Confirmation message.
The created campaign.
Example
201 Created
403 Plan limit reached
404 Assistant not found