Skip to main content
POST
Webhook Message

Body Parameters

string
The unique identifier of the app to send the webhook message to.
Either appId or webhookId must be provided, but not both.
string
The unique identifier of the webhook to send the message to.
Either appId or webhookId must be provided, but not both.
object
required
The payload to be sent in the webhook message

Response

boolean
Indicates if the request was successful
string
A message describing the result of the operation
object
The created webhook message details

Response Example