Initiates a new campaign with the specified configuration.
curl --request POST \ --url https://prod-api.ringg.ai/ca/api/v0/campaign/start \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <x-api-key>' \ --data '{ "agent_id": "<string>", "list_id": "<string>", "from_numbers": [ "<string>" ], "callback_url": "<string>" }'
{ "campaign_id": "<string>", "status": "<string>" }
(Required) Your Ringg AI API key.
Campaign started successfully.
The response is of type object.
object