Integrationen

Eine verbundene Nummer erreicht Ihre Systeme auf zwei Wegen: Meta liefert eingehende Nachrichten an eine von Ihnen angegebene URL, und Sie senden über die Cloud API.

So funktioniert jede Integration hier

Sie müssen kein Plugin installieren und sind nicht auf ein SDK von uns angewiesen. Die Integrationsschnittstelle besteht aus einer URL und einem REST-Aufruf. Deshalb funktioniert dies mit Tools, die noch nie von uns gehört haben.

  1. 1
    Richten Sie den Webhook auf Ihr SystemLegen Sie das Ziel einmal fest. Meta liefert eingehende Nachrichten und Nachrichten aus der Telefon-App dann direkt dorthin, niemals über uns.
  2. 2
    Beantworten Sie Metas VerifizierungIhr Endpoint muss beim GET-Handshake hub.challenge zurückgeben, bevor irgendetwas zugestellt wird.
  3. 3
    Senden Sie mit den eigenen Zugangsdaten der NummerTelefonnummer-ID und Zugriffstoken, aus dem Dashboard oder über den MCP-Connector gelesen, gegen die Cloud API.
  4. 4
    Beachten Sie das 24-Stunden-FensterFreitext innerhalb dieses Zeitraums, ein genehmigtes Template außerhalb dieses Zeitraums. Diese Regel bringt Integrationen in der Produktion zum Scheitern.

Jede Integration auf einer eigenen Seite

IntegrationenConnect WhatsApp to ChatGPT with a custom connectorTurn on developer mode in ChatGPT settings, add EasyCoexistence as a connector, and ChatGPT can list your numbers, check their health, send messages and templates, and point webhooks at your own systems, all on Meta's official Cloud API..IntegrationenConnect WhatsApp to Claude Code over MCPRun one claude mcp add command and Claude Code can reach a real WhatsApp number: list numbers, check health, send messages and templates, and set webhook destinations, all on Meta's official Cloud API rather than a linked device session..IntegrationenConnect WhatsApp to Claude with a custom connectorAdd https://easycoexistence.com/api/mcp as a custom connector in Claude and sign in.IntegrationenConnect WhatsApp to Cursor over MCPAdd EasyCoexistence to Cursor's MCP configuration and the editor can reach a real WhatsApp number without leaving your project: list numbers, check their health, send messages and approved templates, and point webhook destinations at whatever you are building, all on Meta's official Cloud API..IntegrationenConnect WhatsApp to Make on the official Cloud APIPoint the number's webhook destination at a Make custom webhook and every incoming message starts a scenario.IntegrationenConnect WhatsApp to n8n on the official Cloud APIPoint the webhook destination at an n8n Webhook node and every message to the number arrives as a workflow trigger.IntegrationenConnect WhatsApp to Zapier on the official Cloud APIPoint the number's webhook destination at a Zapier catch hook and every incoming message triggers a Zap.IntegrationenSend and receive WhatsApp from Node.jsReceiving is a route that answers Meta's verification GET and accepts POSTs.IntegrationenSend and receive WhatsApp from PythonReceiving is a route in your web framework that answers Meta's verification GET and accepts POSTs.
Integrationen · EasyCoexistence