इंटीग्रेशन
एक कनेक्ट किया हुआ नंबर आपके सिस्टम तक दो तरीकों से पहुँचता है: Meta मैसेज उस यूआरएल पर भेजती है जिसे आप बताते हैं, और आप Cloud API के ज़रिए भेजते हैं।
यहाँ कोई भी इंटीग्रेशन कैसे काम करता है
इंस्टॉल करने के लिए कोई प्लगइन नहीं है और न ही हमारे SDK पर निर्भर रहना पड़ता है। इंटीग्रेशन की सतह एक यूआरएल और एक REST कॉल है, इसलिए यह उन टूल के साथ भी काम करता है जिन्होंने हमारे बारे में कभी नहीं सुना।
- 1वेबहुक को अपने सिस्टम पर निर्देशित करेंगंतव्य एक बार तय करें। इसके बाद Meta आने वाले मैसेज और ऐप के इको सीधे वहीं भेजती है, हमारे ज़रिए कभी नहीं।
- 2Meta के सत्यापन का जवाब देंकिसी भी डिलीवरी के शुरू होने से पहले आपके एंडपॉइंट को GET हैंडशेक में hub.challenge लौटाना होगा।
- 3नंबर की क्रेडेंशियल से भेजेंPhone number id और access token, जो डैशबोर्ड या MCP कनेक्टर से पढ़े जाते हैं, Cloud API के ज़रिए।
- 424 घंटे की विंडो का पालन करेंइसके अंदर खुला टेक्स्ट, बाहर स्वीकृत टेम्पलेट। यही वह नियम है जो प्रोडक्शन में इंटीग्रेशन को तोड़ता है।
हर इंटीग्रेशन, एक पेज
इंटीग्रेशनConnect 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..इंटीग्रेशनConnect 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..इंटीग्रेशनConnect WhatsApp to Claude with a custom connectorAdd https://easycoexistence.com/api/mcp as a custom connector in Claude and sign in.इंटीग्रेशनConnect 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..इंटीग्रेशनConnect 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.इंटीग्रेशनConnect 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.इंटीग्रेशनConnect 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.इंटीग्रेशनSend and receive WhatsApp from Node.jsReceiving is a route that answers Meta's verification GET and accepts POSTs.इंटीग्रेशनSend and receive WhatsApp from PythonReceiving is a route in your web framework that answers Meta's verification GET and accepts POSTs.