Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 1.04 KB

webhookdto.md

File metadata and controls

10 lines (7 loc) · 1.04 KB

WebhookDto

Fields

Field Type Required Description Example
url Nullable[str] ✔️ The endpoint url of the webhook. https://acme.com/webhook_receiver
scope List[str] ✔️ The events that the webhook listen to. [
"connection.created"
]
description OptionalNullable[str] The description of the webhook. Webhook to receive connection events