Handle inbound webhook for agent

Receives webhook notifications for various message events including inbound messages, delivery reports, submit notifications, channel events, and unsupported callbacks.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Unique identifier for the agent

Body Params

Polymorphic webhook request. The webhook type is automatically determined by the presence of unique top-level fields (message, message_delivery_report, etc.)

Polymorphic webhook request. Type determined by unique top-level fields (message, message_delivery_report, etc.)

string
required
length ≥ 1

The project ID of the app which has subscribed for the callback

string
required
length ≥ 1

Id of the subscribed app

date-time
required

Timestamp marking when the channel callback was accepted/received by the Conversation API

date-time
required

Timestamp of the event as provided by the underlying channels

string

Context-dependent metadata. Refer to specific callback's documentation for exact information provided

string

The value provided in field correlation_id of a send message request

string

Additional metadata that might be provided by a channel

channel_event_notification
object
required

Channel event notification details

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json