Integrazioni

Un numero connesso raggiunge i tuoi sistemi in due modi: Meta consegna i messaggi in arrivo a un URL che indichi e tu invii tramite la Cloud API.

Come funziona qualsiasi integrazione qui

Non devi installare alcun plugin né dipendere da un nostro SDK. La superficie di integrazione è un URL e una chiamata REST: per questo funziona con strumenti che non hanno mai sentito parlare di noi.

  1. 1
    Punta il webhook al tuo sistemaConfigura la destinazione una sola volta. Meta consegnerà lì direttamente i messaggi in arrivo e gli echi dell'app del telefono, mai passando da noi.
  2. 2
    Rispondi alla verifica di MetaIl tuo endpoint deve restituire hub.challenge durante l'handshake GET prima che venga consegnato qualsiasi contenuto.
  3. 3
    Invia con le credenziali proprie del numeroID del numero di telefono e token di accesso, letti dalla dashboard o tramite il connettore MCP, verso la Cloud API.
  4. 4
    Rispetta la finestra di 24 oreTesto libero al suo interno, un template approvato al di fuori. È questa la regola che manda in errore le integrazioni in produzione.

Ogni integrazione, una pagina dedicata

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