Endpoint
POST /user/campaigns/update-status
Request
integer
required
ID of the campaign to update.
string
required
Action to perform:
start or stop.Response
string
Confirmation message (e.g.,
Campaign started successfully.).boolean
Whether the operation succeeded.
object
Example
200 Started
200 Stopped
A campaign must have leads assigned before it can be started. Add leads using the Create lead endpoint.