Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.87 KB

File metadata and controls

18 lines (15 loc) · 1.87 KB

WebhookConfigGetResponseDto

Properties

Name Type Required Description
id String Unique Webhook Identifier
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
hasAuthToken Boolean Indicates whether an authentication token is registered for the webhook
sendType WebhookConfigGetResponseWebhookSendType Sequential (SEQUENTIALLY) or non-sequential (NON_SEQUENTIALLY)
events List<WebhookConfigGetResponseWebhookEvent> List of events this Webhook will observe