Webhook
Webhook configuration for receiving event notifications
created_atdate-timerequired
When the webhook was created
idstringrequired
Unique webhook identifier
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_01J5KC8V1MKRFGT8V2WD9Y8H6X",
"secret": "abc123",
"state": "active",
"url": "https://example.com/webhooks/savvycal",
"version": "2020-11-18"
}