v1
latestOpenAPI 3.0.32026-07-24156161.2 MBDispatch 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
Example request
{
"10": "new lead",
"20": "no answer",
"30": "callback"
}Response
Successful operation
Example response
{
"status": true
}