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

  1. Create a site in your dashboard. You get an API key and a webhook secret.
  2. From your app, POST any event to /api/public/ingest/{source}/{event} with an HMAC signature.
  3. In the dashboard, create a binding: pick the event, pick a WhatsApp template, map variables.
  4. Every matching event automatically fires the template.

Base URL

All requests go to:

https://bridge.envara.ae

Start here