Integraciones

Un número conectado alcanza tus sistemas de dos formas: Meta entrega los mensajes en una URL que indicas, y tú envías por la Cloud API.

Empezar prueba gratisCard required to start. Nothing is charged for 7 days. Cancel anytime.

Cómo funciona cualquier integración aquí

No hay plugin que instalar ni SDK nuestro del que depender. La superficie de integración es una URL y una llamada REST, y por eso funciona con herramientas que nunca han oído hablar de nosotros.

  1. 1
    Apunta el webhook a tu sistemaDefine el destino una vez. Meta entrega ahí los mensajes entrantes y los ecos de la app, nunca a través de nosotros.
  2. 2
    Responde a la verificación de MetaTu endpoint debe devolver hub.challenge en el handshake GET antes de que se entregue nada.
  3. 3
    Envía con las credenciales del númeroPhone number id y access token, leídos en el panel o por el conector MCP, contra la Cloud API.
  4. 4
    Respeta la ventana de 24 horasTexto libre dentro, plantilla aprobada fuera. Es la regla que rompe integraciones en producción.

Cada integración, una página

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