set_webhook
ActiveTool of KaiCalls
declared in 1.0.0
Create or update a business outbound webhook (URL + subscribed events). Returns a webhook secret on first creation only. Mirrors POST /api/v1/webhooks.
Parameters schema
{
"type": "object",
"required": [
"webhook_url"
],
"properties": {
"id": {
"type": "string",
"description": "Existing webhook ID to update (omit to create new)."
},
"events": {
"type": "array",
"items": {
"type": "string"
},
"description": "Event types to subscribe to (see get_webhook for the supported list)."
},
"is_active": {
"type": "boolean",
"description": "Enable or disable delivery."
},
"business_id": {
"type": "string",
"description": "Business ID (optional only when the token can access exactly one business)."
},
"description": {
"type": "string",
"description": "Human label for this webhook."
},
"webhook_url": {
"type": "string",
"description": "HTTPS/HTTP destination URL for event delivery."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
KaiCalls
https://github.com/cgallic/kai_calls
1/7 registries