Webflow is the design-forward website builder used by agencies and product companies across India. This guide shows you exactly how to connect Webflow to WA.Expert — form submissions, Logic automations, and membership events all trigger WhatsApp messages.
Webflow has two integration paths: Webflow Logic (their native automation builder, similar to Zapier but inside Webflow) and external automation tools like Zapier/Make. Both paths are covered here with step-by-step setup.
| Method | Complexity | Best for |
|---|---|---|
| Webflow Logic (native automations) | ⭐ Easy — Webflow dashboard only | Available on Webflow Business plans. Visual trigger → action builder. |
| Zapier/Make with Webflow trigger | ⭐ Easy — no code | Works on all Webflow plans. 5-minute setup via Zapier. |
| Custom code embed + fetch | ⭐⭐ Medium — JavaScript | Add custom JS that calls WA.Expert API from Webflow page events. |
Zapier → Create Zap → Trigger: Webflow → New Form Submission (or New Ecommerce Order). Connect your Webflow account and select site/form.
Action: Webhooks by Zapier → POST. URL: https://api.wa.expert/v1/send. Payload Type: JSON. Data: map Webflow fields to the JSON payload.
Webflow forms include all field values in the Zapier payload by field name. Map the "phone" or "whatsapp" field to the "to" parameter.
Zapier provides a test run with real Webflow data. Verify the WhatsApp sends correctly. Turn on the Zap.
Logic Automations get you live in 15 minutes. Works with forms, e-commerce, CMS, and memberships.