On this pageWebhookWebhook model description.type Webhook { id: ID! endpoint: String! scope: String!}CopyFieldsidID!requiredendpointString!requiredURL address that webhooks will be pushed.scopeString!requiredScope of webhook that defines content of webhook.