Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.65 KB

File metadata and controls

19 lines (15 loc) · 1.65 KB

WebhookConfigSaveRequestDto

Array with desired Webhooks settings

Properties

Name Type Required Description
name String Webhook name
url String Webhook URL
email String Email that will receive notifications about the Webhook
enabled Boolean Set whether the Webhook is active
interrupted Boolean Set whether the sync queue is stopped
apiVersion Long API Version
authToken String Webhook authentication token
sendType WebhookConfigSaveRequestWebhookSendType Sequential (SEQUENTIALLY) or non-sequential (NON_SEQUENTIALLY)
events List<WebhookConfigSaveRequestWebhookEvent> List of events this Webhook will observe