POST /api/v2/any_channel/channelback/report_error

Allowed For

Request parameters

The POST request takes a JSON object parameter which contains information about the problematic channelback.

NameTypeRequiredComments
instance_push_idstringyesThe ID of the account to which data will be pushed. This was passed to the integration service when the administrator set up the account
external_idstringyesUnique identifier of the external resource from the original channelback (string)
descriptionstringnoA human readable description of the error
request_idstringnoA unique identifier for the request

Response format

The response does not include a response body

Servers

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.