Bring your own Meta
Your WhatsApp Business account stays yours — number, brand name, Meta billing and all. walpio operates it; you own it. Leave any time and everything goes with you.
Built on the official WhatsApp Business Platform
walpio is the WhatsApp Business gateway for modern teams — one clean API to send, receive and track messages on your own number, with WhatsApp's hardest rules handled for you.
Your own Meta account · No lock-in · Cancel anytime
Hi! Has my order shipped yet?
09:12Yes — it's out for delivery and arrives today between 2–4 PM. You'll get live tracking updates. 📦
09:12Your order has been delivered — thanks for shopping with us! Reply here if anything isn't right.
11:48How it works
No apps to install, no platform to migrate to. walpio operates your WhatsApp Business number — you stay the owner of everything.
Bring your own Meta WhatsApp Business account. Your number, your display name, your billing relationship with Meta — you keep full ownership, always.
We onboard your number, register your message templates with Meta and hand you a single API key. Onboarding is done with you, not dumped on you.
POST a message. walpio picks the compliant route, delivers it and reports the full journey — sent, delivered, read — back into your message log.
The hard part, handled
WhatsApp only allows free-form messages within 24 hours of a customer's last reply. Outside that window, only pre-approved templates deliver — get it wrong and your message silently never arrives.
walpio checks the window on every single send. Inside it, your text goes out as-is. Outside it, walpio automatically wraps the same text into your approved template. One endpoint, zero rules to remember — your message arrives either way.
Everything included
Your WhatsApp Business account stays yours — number, brand name, Meta billing and all. walpio operates it; you own it. Leave any time and everything goes with you.
Sent, delivered, read, failed — a full status timeline per message, streamed live from Meta and queryable in your message log.
Requests and responses mirror Meta's Cloud API shapes. Any WhatsApp SDK or library you already use keeps working, unchanged.
Credentials encrypted at rest with AES-256-GCM. Webhooks verified by signature on every event. API keys stored only as hashes — shown once, revocable instantly.
Every business runs in its own isolated workspace — scoped API keys, per-workspace rate control, and a strict wall between your data and anyone else's.
A public health endpoint, complete message logs and honest error semantics — a 4xx means don't retry, a 5xx means try again. No mystery failures.
Pricing
Monthly, no setup fee, cancel anytime. Meta's own conversation fees are billed by Meta directly to you — we never mark up your traffic.
For a single business getting serious about WhatsApp.
$29/month
For teams where WhatsApp drives real revenue.
$79/month
For high-volume operations and multi-brand teams.
$199/month
Need more numbers, more volume, or multi-workspace for an agency? Let's talk. See also the cancellation & refund policy.
For developers
One endpoint, Cloud-API-compatible shapes, bearer auth. The example below is the entire integration.
# Send a WhatsApp message — that's the whole integration.
curl -X POST https://api.walpio.com/v1/messages \
-H "Authorization: Bearer wp_live_····" \
-H "Content-Type: application/json" \
-d '{
"to": "9715XXXXXXXX",
"type": "text",
"text": { "body": "Your order is out for delivery today." }
}'# 200 — accepted by WhatsApp, id returned for tracking.
{
"messaging_product": "whatsapp",
"messages": [{ "id": "wamid.HBgLOTcxNTA..." }],
"walpio": { "id": "f3a1c2…", "via": "text" }
}# Same request, outside the 24h window — walpio wrapped it
# into your approved template automatically. Note "via".
{
"messaging_product": "whatsapp",
"messages": [{ "id": "wamid.HBgLOTcxNTA..." }],
"walpio": { "id": "9d24b8…", "via": "template" }
}Yes. walpio is built on Meta's official WhatsApp Business Cloud API — the same infrastructure the largest platforms use. No unofficial clients, no gray-market tricks, no risk to your number.
Yes — and that's a feature. You bring your own Meta WhatsApp Business account: your number, your verified brand name, your direct billing with Meta. walpio operates it for you, but ownership never leaves your hands.
WhatsApp requires pre-approved templates for business-initiated messages. walpio detects this automatically on every send and wraps your text into your approved template — the message delivers either way, and the API response tells you which route was used.
We do it with you: connect your Meta account, register and approve your templates, hand you your API key, and send the first live message together. You're production-ready as soon as Meta approves your templates — usually within days.
Monthly plans starting at $29 — see pricing. No setup fee, cancel anytime, and a full refund within 7 days of your first payment if walpio isn't right for you. Meta's own per-conversation fees are billed by Meta directly to you — no hidden markup on your traffic.
Yes. Your Meta account, number and templates are yours, and our API mirrors the official Cloud API shapes — so there's nothing proprietary holding you. We'd rather keep you with service than with lock-in.
Tell us about your business and what you want WhatsApp to do for it — we'll have you onboarded and sending within days.
Get startedor write to hello@walpio.com