Skip to main content

Webhook

Webhook configuration for receiving event notifications

created_atdate-timerequired

When the webhook was created

idstringrequired

Unique webhook identifier (opaque ID)

secretstringrequired

Webhook secret

statestringrequired

Webhook state

Possible values: [active, disabled, deleted]

urlurirequired

Webhook endpoint URL

versionstringrequired

Webhook payload version

Webhook
{
"created_at": "2024-01-15T10:30:00Z",
"id": "wh_abc123",
"secret": "abc123",
"state": "active",
"url": "https://example.com/webhooks/savvycal",
"version": "2020-11-18"
}