Envara Connect API
Envara Connect turns any incoming event from your platform into a WhatsApp template message, sent through Meta's WhatsApp Cloud API. One signed POST request — we handle templates, recipient resolution, retries, delivery logs, and the Meta integration.
Hand this to your AI coding agent
Download every doc as one Markdown file
Paste it into Claude Code, Cursor, Lovable, Aider, or any LLM. The agent gets the full reference — auth, headers, event envelope, code recipes in 6 languages, errors — in one shot.
What you can do
- Send order confirmations, OTPs, appointment reminders, abandoned-cart nudges — anything.
- Plug in from any stack: WooCommerce, Shopify, Node, PHP, Python, Go, Ruby, mobile, Zapier, n8n.
- Design and submit WhatsApp templates from the dashboard (or let Eva, our AI, build them).
- Map any field in your payload to any template variable, with fallbacks and helpers.
- Get delivery status logged for every message.
How it works
- Create a site in your dashboard. You get an
API keyand awebhook secret. - From your app,
POSTany event to/api/public/ingest/{source}/{event}with an HMAC signature. - In the dashboard, create a binding: pick the event, pick a WhatsApp template, map variables.
- Every matching event automatically fires the template.
Base URL
All requests go to:
https://bridge.envara.ae