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 |