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 name (1-50 characters). Must be non-empty if provided.
[optional]
url
String
Webhook endpoint URL (must be a valid URL, whitespace trimmed). Must be a valid URL if provided.
[optional]
secret
String
Secret key for HMAC-SHA256 signature verification
[optional]
events
Array<String>
Events to subscribe to. Must contain at least one event if provided.
[optional]
is_active
Boolean
Enable or disable webhook delivery
[optional]
custom_headers
Hash<String, String>
Custom headers to include in webhook requests
[optional]
disabled_resource_groups
Array<String>
Replaces the subscription's denylist. Send an empty array to clear it and receive every event in `events` again. Omitting the field leaves the current denylist untouched. Applies to events emitted after the update; already-queued events can still deliver for up to five minutes after they were enqueued. When the caller is a restricted (zrk_) key, that key's own disabled groups are unioned back in either way, so a restricted key can neither clear nor widen a subscription past its own groups.