For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Developer
Developer
Search docs
/
Ask AI
Dev Portal
Docs
API Reference
Learn
Community
Changelog
GraphQL
Admin
Types
Interfaces
Webhook
INTERFACE
Copy page
A webhook.
Fields
clientId
String
Required
ID of client application owning the webhook.
eventFilters
list of
WebhookEventFilters
Required
Event filters for webhook.
Show 1 field
id
String
Required
The ID of a webhook object.
scope
String
Required
The scope of the event subscription.
status
WebhookStatus
Required
The status of a webhook.
Allowed values:
ACTIVE
DISABLED
INACTIVE
createdAt
Datetime
Optional
The date and time of webhook creation.
updatedAt
Datetime
Optional
The date and time of the last webhook update.
Implemented by
EventBridgeWebhook
HttpsWebhook
PubSubWebhook
Referenced by
Fields
Store.webhook
WebhooksEdge.node