Webhooks

Create Webhook

Create a new webhook

post/webhooks

Request body

urlstring uri required
eventsstring[] required
workspace_idstring uuid

Optional workspace ID. When provided, creates a workspace-scoped webhook. When omitted, creates a company-level webhook.

Response

Webhook created successfully

idstring uuid required

Unique identifier for the webhook

urlstring uri required

Webhook URL

descriptionstring nullable

Webhook description

eventsstring[] required

Events that trigger this webhook

enabledboolean required

Whether the webhook is enabled

consecutive_failuresinteger

Number of consecutive delivery failures

auto_disabled_atstring date-time nullable

Timestamp when the webhook was auto-disabled due to failures

created_atstring date-time required

Webhook creation timestamp

updated_atstring date-time

Webhook last update timestamp

Changes

No recorded changes to this endpoint across all 1 revision of this API.