1. Get your API Key
1
Create an account
Sign up at app.zavu.dev
2
Create a project
Projects organize your messaging by application or environment
3
Generate an API key
Go to Settings → API Keys → Create Key
Your API key will only be shown once. Store it securely in your environment variables.
2. Configure a Sender
Before sending messages, you need at least one sender configured with a phone number.- Go to Senders in your dashboard
- Click Add Sender
- Configure your SMS and/or WhatsApp phone numbers
- Set as default if this is your primary sender
3. Send your first message
Using cURL
Using Node.js
Using Python
Success! You should receive a
202 Accepted response with the message details.Understanding the Response
| Field | Description |
|---|---|
id | Unique message identifier |
to | Recipient phone number |
channel | Channel used (sms, whatsapp, etc.) |
status | Current status: queued, sending, delivered, failed |
text | Message content |
createdAt | Timestamp of creation |