v1

latestOpenAPI 3.0.32026-07-24156161.2 MB
Dispatch Automation (Recomended)

Dispatch Statuses

Dispatch lead statuses to Dialer

This endpoint added statuses for use with the dispatch /leads endpoint.

Request params
  • adapter_id - your dialer adapter

  • import_group_id - your import group is related to the Dialer adapter.

Request body:

JSON with status ID and name.

get/{adapter_id}/{import_group_id}/statuses

Request body

10string
20string
30string

Example request

{
  "10": "new lead",
  "20": "no answer",
  "30": "callback"
}

Response

Successful operation

statusboolean

Example response

{
  "status": true
}