Official WhatsApp for your business

Serve your WhatsApp customers from the Sendio inbox — official Meta-verified account, connected in 60 seconds via Embedded Signup. Messages, templates and media, no code required.

Key features

WhatsApp

Text and media messages
WhatsApp calls in your inbox (Professional and Scale plans)
Templates and interactive messages
Read and delivery receipts
60-second Embedded Signup
Official Cloud API — bring your own number

TECHNICAL DETAILS — NEED AN API?

Send a message with a single call

One POST to /api/v1/messages/send/text. No complex SDKs.

With Sendio you can send WhatsApp messages via API using WhatsApp Cloud API through Meta's official Embedded Signup. One POST to /api/v1/messages/send/text with your connected channel's channelId, API key auth, native idempotency, and signed webhooks. Free plan with 500 messages/month.

cURL
curl -X POST https://api.sendio.dev/api/v1/messages/send/text \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "channelId": "8f14e45f-ceea-4f3a-9b5d-2c1e7a4d4173",
    "to": "+5491155551234",
    "payload": {
      "type": "text",
      "text": "Hello from Sendio!"
    }
  }'

View docs

Available on these plans

Free

$0/mo

Included

Developer

$19/mo

Included

Starter

$79/mo

Included

Professional

$229/mo

Included

Scale

$699/mo

Included

Try Sendio for free

500 free messages per month. No credit card required.

WhatsApp API — Sendio — Sendio