Send a webhook to a webhook listener

View as Markdown
Sends a webhook to a webhook listener. The listener must be defined in Agent Studio.

Authentication

AuthorizationBearer
API Key in the form of a JWT Bearer token.

Path parameters

listener_idstringRequiredformat: "uuid"
The unique identifier of the webhook listener.

Request

The arbitrary JSON payload to send to the webhook listener.

Response

OK. The event was received successfully by the listener.
messagestring or null
A confirmation message.
statusstring or null
The status of the event receipt.

Errors