عمليات التكامل

يصل الرقم المتصل إلى أنظمتك بطريقتين: ترسل Meta الرسائل الواردة إلى عنوان URL تحدده، وترسل أنت الرسائل عبر Cloud API.

كيف تعمل أي عملية تكامل هنا

لا توجد إضافة لتثبيتها ولا SDK نعتمد عليه. تتكون واجهة التكامل من عنوان URL واستدعاء REST، ولهذا يعمل مع أدوات لم تسمع بنا من قبل.

  1. 1
    وجّه خطاف الويب (webhook) إلى نظامكحدّد الوجهة مرة واحدة. بعد ذلك ترسل Meta الرسائل الواردة وانعكاسات تطبيق الهاتف مباشرة إليها، من دون المرور بنا.
  2. 2
    أجب عن تحقق Metaيجب أن تعيد نقطة النهاية (endpoint) القيمة hub.challenge في مصافحة GET قبل تسليم أي شيء.
  3. 3
    أرسل باستخدام بيانات اعتماد الرقم نفسهاستخدم معرّف رقم الهاتف ورمز الوصول (token)، المقروءين من لوحة التحكم أو عبر موصل MCP، مع Cloud API.
  4. 4
    التزم بفترة 24 ساعةأرسل نصًا حرًا خلالها، وقالبًا معتمدًا خارجها. هذه هي القاعدة التي تتسبب في تعطل عمليات التكامل في بيئة الإنتاج.

كل عملية تكامل في صفحة مستقلة

التكاملات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.
عمليات التكامل · EasyCoexistence