Get webhook by id
API Key is required in header. You can find it in the settings
A unique identifier for the webhook.
OK
A unique identifier of the workspace.
"org_BUbkx3PsbzQm5V10"
A unique identifier for the webhook.
"wh_BUbkx3PsbzQm5V10"
The display name of the webhook for easy identification.
"My Webhook"
The unique identifier of the agent to which the webhook is assigned.
"D5D0p7TUs66TTAEAx"
Indicates whether the webhook is currently active and able to receive events.
true
Secret key used to authenticate webhook payloads. This key should be securely stored and verified on the receiving server.
"mK9vXq2pL8nR5tY1wA3sD6fH0jC4bE7u"
Specifies the list of events that trigger the webhook.
conversation_started, conversation_ended, conversation_analysed The HTTPS endpoint to which the webhook payload will be sent.
"https://example.com/webhook"