Create Webhook
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Organization ID. This is required for access control. It can be provided via query or request body depending on the endpoint.
Body
Serializer for creating webhooks
User-friendly name for this webhook
1 - 255Webhook endpoint URL
1 - 500255Custom headers to include in webhook requests (key-value pairs)
List of events to trigger this webhook (e.g., ['triggered'])
1Response
Serializer for creating webhooks
User-friendly name for this webhook
255Webhook endpoint URL
500255Custom headers to include in webhook requests (key-value pairs)
List of events to trigger this webhook (e.g., ['triggered'])