You're viewing a demo portfolio

Join the waitlist
PRSM

set_webhook

Active

Tool 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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

KaiCalls

https://github.com/cgallic/kai_calls

1/7 registries
View full server →
set_webhook — KaiCalls — PRSM MCP