{
"tools": [
{
"id": "b1f2c3d4-0000-1111-2222-333344445555",
"agent_id": "a0000000-1111-2222-3333-444455556666",
"name": "book_appointment",
"display_name": "Book appointment",
"description": "Books an appointment in the external calendar",
"type": "webhook",
"webhook_url": "https://example.com/webhooks/book",
"webhook_method": "POST",
"webhook_headers": {
"Authorization": "Bearer ***"
},
"webhook_body_template": "{\"date\":\"{{date}}\"}",
"webhook_timezone": "Europe/Oslo",
"parameters": {
"date": {
"type": "string"
}
},
"transfer_number": null,
"transfer_destinations": null,
"requires_identity": false,
"enabled": true,
"agent": {
"id": "a0000000-1111-2222-3333-444455556666",
"name": "Example AS support agent",
"tenant_id": "t0000000-1111-2222-3333-444455556666"
}
}
]
}