Convord .env, webhook, and Meta Developer steps — overview
Last updated: Last updated: July 13, 2026
Convord handles incoming orders and messages through the WhatsApp Cloud API. Values below are read from your server .env into the whatsapp config group.
Keys used for Graph calls and webhook verification:
https://graph.facebook.com/v18.0 (bump the version when you upgrade).Use this full URL as the Meta “Callback URL”: https://convord.com/webhook/whatsapp
hub.verify_token must match WHATSAPP_VERIFY_TOKEN.Once “Verify” succeeds in Meta, send a test message from a allowed number and inspect application logs. Graph errors usually include detail in the response body.
Read together with the Integration guide for customer linking and operations.