Send a webhook to a webhook listener

View as MarkdownOpen in Claude
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.
messagestringOptional
A confirmation message.
statusstringOptional
The status of the event receipt.

Errors

401
Unauthorized Error
404
Not Found Error