Skip to content

Updates the status of an outbound calling campaign

Method set.auto_call_campaign_status
Description Updates the status of an outbound calling campaign
Available to Agent, Client

Request parameters

Name Type Required Description
access_token string yes Authentication session key
id number yes Unique outbound calling campaign identifier
status enum yes draft — Draft
planned — Scheduled
in_process — In progress
paused — Suspended
completed — Completed
cancelled — Canceled

JSON request structure

{
  "jsonrpc": "2.0",
  "id": "number",
  "method": "set.auto_call_campaign_status",
  "params": {
    "access_token": "string",
    "id": "number",
    "status": "enum"
  }
}

JSON response structure

{
  "jsonrpc": "2.0",
  "id": "number",
  "result": {
    "success": true
  }
}

List of returned errors

See the section "List of errors for methods with the verb set"