Starts or stops a campaign. Use this to control when a campaign is actively dialing leads.Documentation Index
Fetch the complete documentation index at: https://docs.intellixent.ai/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
POST /user/campaigns/update-status
Request
ID of the campaign to update.
Action to perform:
start or stop.Response
Confirmation message (e.g.,
Campaign started successfully.).Whether the operation succeeded.
Example
200 Started
200 Stopped
A campaign must have leads assigned before it can be started. Add leads using the Create lead endpoint.