New Direct Callback

Request a new direct callback, either to Callback API or Legacy Central (dependent on a Split.io Feature Flag)

📘

Supported Regions and Base URLs

👍

Access and Registration

Authentication

Scope

callback:write

Request Body

{
  "talkdesk_phone_number": "string",
  "contact_phone_number": "string",
  "context": {
    "fields": [
      {
        "name": "string",
        "display_name": "string",
        "tooltip_text": "string",
        "data_type": "phone",
        "value": "string"
      }
    ]
  }
}

Body Response - Schema

400 (bad request), 401 (unauthorized), 403 (forbidden), 415 (unsupported media type), 422 (unprocessable entity), 429 (too many requests)

ParameterTypeDescriptionRequired
codestringn/ayes
messagestringn/ayes
descriptionstringn/ano
fieldsarray[object]"fields" subdivides into:

1.1 - "name" (string).

1.2 - "description" (string).
yes (name and description)

🚧

Troubleshooting

If you have any questions regarding the usage of this API, or if you’re having any technical issues, please open a ticket using this form.

Language
Authorization
Header
Click Try It! to start a request and see the response here!