Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 587 Bytes

WebhookBase.md

File metadata and controls

12 lines (9 loc) · 587 Bytes

# WebhookBase

Properties

Name Type Description Notes
event string Type of event that triggers the webhook. [optional]
url string URL webhook events are sent to. [optional]
active bool Determines whether the webhook is active or not. [optional]
is_test bool Determines whether the webhook is a test webhook or not. [optional]

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