Intégrations

Un numéro connecté atteint vos systèmes de deux façons : Meta achemine les messages entrants vers une URL que vous indiquez, et vous envoyez les messages via la Cloud API.

Comment fonctionne toute intégration ici

Aucun plugin à installer ni SDK dont vous dépendriez. La surface d'intégration est une URL et un appel REST, ce qui explique pourquoi cela fonctionne avec des outils qui n'ont jamais entendu parler de nous.

  1. 1
    Pointez le webhook vers votre systèmeDéfinissez la destination une seule fois. Meta y achemine ensuite directement les messages entrants et les échos de l'application mobile, sans jamais passer par nous.
  2. 2
    Répondez à la vérification de MetaVotre endpoint doit renvoyer hub.challenge lors de la négociation GET avant toute livraison.
  3. 3
    Envoyez avec les propres identifiants du numéroL'identifiant du numéro de téléphone et l'access token, lus depuis le dashboard ou via le connecteur MCP, avec la Cloud API.
  4. 4
    Respectez la fenêtre de 24 heuresDu texte libre à l'intérieur, un template approuvé à l'extérieur. C'est la règle qui fait échouer les intégrations en production.

Chaque intégration, une page dédiée

IntégrationsConnect 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..IntégrationsConnect 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..IntégrationsConnect WhatsApp to Claude with a custom connectorAdd https://easycoexistence.com/api/mcp as a custom connector in Claude and sign in.IntégrationsConnect 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..IntégrationsConnect 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.IntégrationsConnect 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.IntégrationsConnect 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.IntégrationsSend and receive WhatsApp from Node.jsReceiving is a route that answers Meta's verification GET and accepts POSTs.IntégrationsSend and receive WhatsApp from PythonReceiving is a route in your web framework that answers Meta's verification GET and accepts POSTs.
Intégrations · EasyCoexistence