cURL
curl --request POST \ --url https://api.getarbol.com/v1/campaigns/{campaignId}/start \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "immediate": false } '
{ "error": { "code": "<string>", "message": "<string>", "details": {} }, "requestId": "<string>" }
Start executing a campaign. Begins making outbound calls.
Use your API key from the Arbol dashboard. Go to Settings > API Keys to generate one.
Campaign ID (cmp_ prefix)
Campaign started