input WebhookCreateInput
| Field | Type | Description |
|---|---|---|
ownerId | ID! | The entity this webhook belongs to. The accepted id format is product-specific (e.g. an organization or workspace); ids of other kinds are rejected. |
url | String! | |
events | [String!]! | |
description | String | |
enabled | Boolean | Defaults to true when omitted. |