Integraties
Een verbonden nummer bereikt je systemen op twee manieren: Meta levert binnenkomende berichten af bij een URL die je opgeeft, en je verzendt via de Cloud API.
Hoe elke integratie hier werkt
Je hoeft geen plugin te installeren en bent niet afhankelijk van een SDK van ons. Het integratie-oppervlak bestaat uit een URL en een REST-aanroep. Daarom werkt dit met tools die nog nooit van ons hebben gehoord.
- 1Richt de webhook op je systeemStel de bestemming één keer in. Meta levert binnenkomende berichten en echo's van de telefoonapp vervolgens rechtstreeks daar af, nooit via ons.
- 2Beantwoord Meta's verificatieJe endpoint moet hub.challenge terugsturen tijdens de GET-handshake voordat er iets wordt afgeleverd.
- 3Verzend met de eigen inloggegevens van het nummerTelefoonnummer-ID en toegangstoken, gelezen uit het dashboard of via de MCP-connector, voor gebruik met de Cloud API.
- 4Houd rekening met het venster van 24 uurDaarbinnen kun je vrije tekst gebruiken, daarbuiten een goedgekeurd template. Dit is de regel waardoor integraties in productie stuklopen.
Elke integratie, één pagina per integratie
IntegratiesConnect 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..IntegratiesConnect 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..IntegratiesConnect WhatsApp to Claude with a custom connectorAdd https://easycoexistence.com/api/mcp as a custom connector in Claude and sign in.IntegratiesConnect 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..IntegratiesConnect 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.IntegratiesConnect 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.IntegratiesConnect 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.IntegratiesSend and receive WhatsApp from Node.jsReceiving is a route that answers Meta's verification GET and accepts POSTs.IntegratiesSend and receive WhatsApp from PythonReceiving is a route in your web framework that answers Meta's verification GET and accepts POSTs.