{
"webhooks": [
{
"id": "e1f2c3d4-0000-1111-2222-333344445555",
"agent_id": "a0000000-1111-2222-3333-444455556666",
"tenant_id": "t0000000-1111-2222-3333-444455556666",
"name": "Send to CRM",
"url": "https://example.com/webhooks/post-call",
"method": "POST",
"headers": {
"Authorization": "Bearer ***"
},
"body_template": {
"summary": "{{summary}}",
"phone": "{{phone_number}}"
},
"fire_condition": "Only fire if the caller booked an appointment",
"enabled": true,
"sort_order": 0,
"created_at": "2026-07-08T12:00:00.000Z",
"updated_at": "2026-07-08T12:00:00.000Z"
}
]
}