Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 768 Bytes

File metadata and controls

14 lines (11 loc) · 768 Bytes

# CreateWebhookSettingsRequest

Properties

Name Type Description Notes
name string Webhook name (max 50 characters) [optional]
url string Webhook endpoint URL (must be HTTPS in production) [optional]
secret string Secret key for HMAC-SHA256 signature verification [optional]
events string[] Events to subscribe to [optional]
is_active bool Enable or disable webhook delivery [optional]
custom_headers array<string,string> Custom headers to include in webhook requests [optional]

[Back to Model list] [Back to API list] [Back to README]