Start Campaign
Initiates a new campaign with the specified configuration.
POST
Start Campaign
Campaign Start Process
This endpoint starts a previously uploaded campaign by initiating outbound calls to all contacts in the specified campaign list.Request Parameters
Important Notes
- Credits Required: Ensure your workspace has sufficient credits for all contacts in the campaign
- International Calls: For international numbers, only Twilio from_numbers are supported
- Campaign Status: Once started, the campaign status changes to “scheduled” or “ongoing”
- Duplicate Prevention: Cannot start a campaign that’s already in “scheduled” or “ongoing” status
Error Responses
- 400: Invalid agent_id, campaign not found, insufficient credits, or campaign already started
- 401: Invalid or missing API key
- 404: Campaign or agent not found
- 402: Insufficient credits to initiate campaign
Headers
(Required) Your Revenueable AI API key.
Example:
"7251cb4b-3373-43a4-844c-b27a1d45e0c9"
Body
application/json
(Required) ID of the agent that will handle the calls.
Example:
"830f767a-397e-4b39-82ff-235cd344e2f9"
(Required) ID of the uploaded campaign contact list.
Example:
"123e4567-e89b-12d3-a456-426614174000"
(Required) Array of phone numbers to use for outbound calls.
Example:
Start Campaign
