Authorizations
API Key is required in header. You can find it in the settings
Body
A unique identifier for the webhook.
"wh_BUbkx3PsbzQm5V10"
Unique identifier of the agent to which the webhook is associated.
"D5D0p7TUs66TTAEAx"
The HTTPS endpoint to which the webhook payload will be sent. Must be a valid HTTPS URL.
"https://example.com/webhook"
Secret key used to authenticate webhook payloads. This key should be securely stored and verified on the receiving server.
"key_S7ULC2lBwbg.85ez_yKnXTG6I5OgDHwTBNMSOD2ZyyUFUuDgweVXcXE"
List of events that will trigger the webhook. Each event name corresponds to a specific type of activity in the system.
Response
OK
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
Specifies the list of events that trigger the webhook.