Dispatch Statuses

Register the set of lead statuses used by your campaigns, so you can reference them when dispatching leads through the same adapter.

When to use. Call this before dispatching leads, so the status you set on each lead matches a status registered here.

Parameters.

  • adapter_id (path): the id of your adapter.
  • import_group_id (path): the id of the import group tied to that adapter.

Request body. A JSON object mapping each status id to its display name. For example: { "1": "new-lead", "2": "no-answer", "3": "callback" }.

Returns. A confirmation object: { "status": true }.

See Dialer API concepts.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

The id of your adapter.

integer
required

The id of the import group tied to your adapter.

Body Params

A JSON object mapping each status id to its name.

A JSON object mapping each status ID to its name. These names can then be referenced by the status field of leads pushed via the /leads endpoint.

Responses

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json