| POST GET | /communication/message/clickatell/webhook |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| IntegrationId | body | string | No | |
| IntegrationName | body | string | No | |
| Event | body | ClickatellMesageStatusUpdateEvent | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| MessageStatusUpdate | form | List<ClickatellMesageStatusUpdateObject> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Channel | form | string | No | |
| Timestamp | form | long | No | |
| StatusCode | form | int | No | |
| Status | form | string | No | |
| MessageId | form | string | No | |
| ClientMessageId | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /communication/message/clickatell/webhook HTTP/1.1
Host: duengageapi.uat.scadsoftware.com
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
IntegrationId: String,
IntegrationName: String,
Event:
{
MessageStatusUpdate:
[
{
Channel: String,
Timestamp: 0,
StatusCode: 0,
Status: String,
MessageId: String,
ClientMessageId: String
}
]
}
}