Send and receive messages, manage multiple numbers and build automations with simple HTTP requests. A fast API ready to integrate into any project.
# Send a WhatsApp with a single request curl -X POST https://waflowi.com/messages/text \ -H "Authorization: Bearer whc_tu_token" \ -H "Content-Type: application/json" \ -d '{ "to": "573001112233", "body": "Hi! Your order is ready ๐ต" }' # Response { "ok": true, "id": "wamid.HBg..." }
Connect WhatsApp to your CRM, ERP, website or SaaS with HTTP requests. With ready-to-use examples, you send and receive text, images, audio, documents and more for bots, customer support or custom workflows.
REST over HTTP: use it from Node, Python, PHP, or no-code tools like Make and n8n.
One token to send text and media, and one webhook to receive.
No need to change your system: Waflowi connects to what you already use.
Connect your number, copy your token and start integrating. No Meta paperwork or approval waits.
Scan a QR from the dashboard and your WhatsApp is linked in seconds.
Each number has its Bearer whc_โฆ and its base URL, ready in the dashboard.
You call /messages/text and set up your webhook to receive.
Authentication with Authorization: Bearer whc_tu_token. You can find the base URL in your dashboard, WhatsApp tab โ API + webhooks.
Create your account, connect a number and get your token free. No card to start.
Create free account โ