Skip to main content

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, both businessNumber 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, businessNumber and apiKey are sent in the request body — they are not automatically resolved from the session.
  • The apiKey is a partner key issued by Birdeye, distinct from the session token. Always ask the user to supply it explicitly.
  • The endpoint must be a publicly accessible HTTPS URL. Birdeye will POST event payloads to this URL when events occur.