Webhook object structure
8x8 platform sends webhooks for a different event using the following common structure for request body:
| Property name | Property type | Description |
|---|---|---|
| namespace | string* | A generic namespace for a webhook. |
| eventType | string* | The type of the event for webhook. |
| description | string | Human-readable description of the event |
| payload | object* | The event information object |
Where namespace is one of the following:
SMSChatApps
The eventType is one of the following:
inbound_message_receivedoutbound_message_status_changed
Webhook payload
Source: https://developer.8x8.com/connect/docs/webhook-object-structure · 8x8 CPaaS Developer Docs. Synced for support deflection.
Please sign in to leave a comment.
0 Comments