Integrações

Um número conectado alcança seus sistemas de duas formas: a Meta entrega as mensagens numa URL que você indica, e você envia pela Cloud API.

Começar teste grátisCard required to start. Nothing is charged for 7 days. Cancel anytime.

Como qualquer integração funciona aqui

Não há plugin para instalar nem SDK nosso do qual depender. A superfície de integração é uma URL e uma chamada REST, e é por isso que funciona com ferramentas que nunca ouviram falar da gente.

  1. 1
    Aponte o webhook para o seu sistemaDefina o destino uma vez. A Meta passa a entregar mensagens recebidas e ecos do app direto lá, nunca por nós.
  2. 2
    Responda à verificação da MetaSeu endpoint precisa devolver o hub.challenge no handshake GET antes de qualquer entrega acontecer.
  3. 3
    Envie com as credenciais do númeroPhone number id e access token, lidos no painel ou pelo conector MCP, contra a Cloud API.
  4. 4
    Respeite a janela de 24 horasTexto livre dentro dela, template aprovado fora. É a regra que quebra integração em produção.

Cada integração, uma página

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