> ## Documentation Index
> Fetch the complete documentation index at: https://docs.60db.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Webhook

> Create a webhook subscription

Subscribe to Dialer events. Requires Gate T.

```bash theme={null}
curl -X POST https://api.60db.ai/dialer/webhooks \
  -H "Authorization: Bearer your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "My Webhook",
    "url": "https://example.com/webhook",
    "event_types": ["call.answered", "recording.completed"]
  }'
```
