# WebhookSettings

Type: object

Single tenant-level webhook configuration.

## Properties

- `id` (string, optional)
- `enabled` (boolean, required)
- `verified` (boolean, required)
- `url` (string, optional)
- `eventTypes` (array<WebhookEventType>, required) - Selected event types that Flownally should deliver.
- `availableEventTypes` (array<WebhookEventType>, required) - Resource event types that can be selected for this tenant.
- `createdAt` (string, optional)
- `updatedAt` (string, optional)

