# ContactCreatedWebhookEvent

Type: object

## Properties

- `id` (string, required) - Event id. Matches the `webhook-id` header and is the consumer dedupe key.
- `type` (enum, required)
- `timestamp` (string, required) - Time when the source domain event happened.
- `data` (ContactWebhookEventData, required)

