# Objects / Webhook

# Webhook

**Object**
## Webhook

| Fields | Type | Description |
| --- | --- | --- |
| id | [ID!](/documentation/Types/UUID#UUID) | The ID of the webhook |
| name | *String!* | The name of the webhook |
| active | *Boolean!* | Whether the webhook is active or not |
| url | *String!* | The URL that the webhook is registered to |
| events | [[WebhookEventEnum!]](/documentation/Enums/Webhook-Event-Enum#WebhookEventEnum) | The events this webhook is listening to |
| application | [Integration!](/documentation/Objects/Integration#Integration) | The application this webhook belongs to |
| signatureKey | [ID!](/documentation/Types/UUID#UUID) | The signature used to sign the webhook |