Description
Creates a webhook subscription that sends real-time event notifications to a specified HTTPS endpoint whenever conversation or message events occur in Birdeye. Unlike most tools, bothbusinessNumber and apiKey are passed in the request body and are not resolved from the session.
Parameters
Supported event types
Example Usage
Notes
- Unlike most Birdeye MCP tools,
businessNumberandapiKeyare sent in the request body — they are not automatically resolved from the session. - The
apiKeyis a partner key issued by Birdeye, distinct from the session token. Always ask the user to supply it explicitly. - The
endpointmust be a publicly accessible HTTPS URL. Birdeye will POST event payloads to this URL when events occur.