Webhooks
Give your receptionist custom tools that call your HTTP endpoints.
Webhook integrations expose custom HTTP endpoints as tools that the receptionist or business assistant can call during conversations. Unlike passive notification systems, the AI actively invokes these endpoints when the conversation context requires it.
When you create a webhook integration, you define:
During a call, if the conversation matches the tool’s purpose, your receptionist calls the endpoint, processes the response, and continues the conversation.
Each parameter has:
string, number, or booleanAssign each webhook tool to:
A plumbing business creates a webhook tool:
https://api.mybusiness.com/check-areazip_code (string, required), service_type (string, required)During a call, when someone asks about availability in their area, the receptionist collects their zip code, calls the webhook, and tells them the result.