🚀 New: AI Voice Bot & Advanced Chat Flow are now live — explore the launch
首页 Documentation
Documentation

Get started with ZwaAPI

From connecting your first WhatsApp number to automating replies with AI — everything you need to launch, in one place.

Quick start

Launch in four steps

Most teams send their first campaign within 10 minutes of signing up.

Create your account

Sign up for a free trial — no credit card required — and choose the plan that fits once you are ready.

Connect a WhatsApp number

Open Devices, scan the QR code or connect via pairing code, and your number is live in seconds.

Import contacts & build a template

Upload a CSV into the Phonebook, organise contacts with tags, and craft a reusable message template with dynamic variables.

Send a campaign or automate replies

Launch a bulk campaign, schedule a blast, or set up auto-replies and AI chatbot flows to handle conversations 24/7.

Send your first API message

A working example in one request

Generate an API key from User Settings, then send a WhatsApp message with a single HTTP call.

# Send a WhatsApp text message
curl -X POST https://v2.zwaapi.com/backend-send-text \
  -H "Content-Type: application/json" \
  -d '{
    "api_key": "YOUR_API_KEY",
    "sender": "6281234567890",
    "number": "6289876543210",
    "message": "Hello from ZwaAPI 👋"
  }'

See the full endpoint list, parameters and webhook payloads in the API Reference.

Ready to build?

Create a free account and follow the quick-start guide — your first campaign is minutes away.