> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://apidocs.me-mate.net/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://apidocs.me-mate.net/_mcp/server.

# Overview

### Setting Up Webhooks in [MessengerMate](https://business.me-mate.net)

To configure your webhook endpoints:

1. **Open** [MessengerMate Business](https://business.me-mate.net)

2. Go to **Settings → Developer Tools**

3. You’ll find three input fields:

   * **Webhook URL for All Chats** – Enter your webhook URL to receive all chat data.

   * **WhatsApp Flow URL** – Enter your webhook URL to receive WhatsApp Flow or Form data.

   * **WhatsApp Catalog Order** – Enter your webhook URL to receive WhatsApp catalog order data.

![](https://content.pstmn.io/f587892b-ad75-46f8-aa92-fa40d77a4f09/Z2V0Z2Ficy5wbmc=)

---

Webhooks allows you to receive real-time HTTP notifications of changes to specific objects. For example, we could send you a notification when a user sends you a message.This prevents you from having to query our APIs for changes to objects that may or may not have happened, and helps you avoid reaching your rate limit.