Webhook object structure

8x8 platform sends webhooks for a different event using the following common structure for request body:

Property nameProperty typeDescription
namespacestring*A generic namespace for a webhook.
eventTypestring*The type of the event for webhook.
descriptionstringHuman-readable description of the event
payloadobject*The event information object

Where namespace is one of the following:

  • SMS
  • ChatApps

The eventType is one of the following:

  • inbound_message_received
  • outbound_message_status_changed

Webhook payload