You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Webhook endpoint URL (must be a valid URL, whitespace trimmed)
secret
String
Secret key for HMAC-SHA256 signature verification
[optional]
events
Array<String>
Events to subscribe to (at least one required)
is_active
Boolean
Enable or disable webhook delivery. Defaults to `true` when omitted.
[optional][default to true]
custom_headers
Hash<String, String>
Custom headers to include in webhook requests
[optional]
disabled_resource_groups
Array<String>
Resource groups this subscription does not receive (opt-out denylist). Omit or send an empty array to receive every event in `events`. Listing a group here drops its events before delivery and on every replay path. Set at creation it applies to everything this subscription ever receives; changed later via PUT it applies to events emitted after the change, with a five-minute tail for events already queued (see that operation). When the caller is a restricted (zrk_) key, that key's own disabled groups are unioned into whatever you send here, so a restricted key can never create a subscription wider than itself.