cURL
curl --request POST \ --url https://api.getstrada.com/api/agents/{agentId}/calls/campaign \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "campaignName": "<string>", "scheduleId": "<string>", "phoneNumber": "<string>", "phoneNumberId": "<string>", "variables": {} }'
{ "message": "Campaign call queued successfully" }
Create a new campaign call with the specified configuration
API Key authentication
ID of the agent to use for the campaign
Campaign call created successfully
The response is of type object.
object
Was this page helpful?