1. Create an Account
Sign up at dashboard.zavu.dev. You’ll be prompted to create your first team and project.Projects isolate your messaging by environment (development, staging, production) or by application.
2. Get a Phone Number
Go to Phone Numbers in the sidebar and acquire a phone number. This number will be used to send SMS and can be verified for WhatsApp.1
Browse available numbers
Search by country or area code
2
Purchase a number
Select and confirm your phone number
3
Optional: Verify for WhatsApp
Connect your WhatsApp Business Account to enable WhatsApp messaging
3. Configure a Sender
Go to Senders and create a sender profile. Senders are the identities that send messages on your behalf.- Click Add Sender
- Give it a name (e.g., “Notifications”, “Support”)
- Assign your phone number to the sender
- Set as default if this is your primary sender
4. Create an API Key
Go to API Keys and generate your first key.- Click Create API Key
- Give it a descriptive name
- Copy and store the key securely
5. Send Your First Message
Now you’re ready to send a message! First, install the SDK for your language:Success! You should receive a
202 Accepted response. Zavu automatically selects the best channel (SMS or WhatsApp) based on your sender configuration.Response
6. Configure Webhooks (Optional)
To receive delivery status updates and incoming messages, set up a webhook endpoint.- Go to Webhooks in the sidebar
- Click Add Endpoint
- Enter your webhook URL
- Select the events you want to receive
message.queued- Message acceptedmessage.sent- Message sent to carriermessage.delivered- Message delivered to recipientmessage.failed- Message failed to delivermessage.received- Incoming message received
Sandbox Mode
New projects start in Sandbox Mode which only allows sending to verified phone numbers. This prevents accidental sends during development. To verify a number for sandbox testing:- Go to Sandbox in the sidebar
- Add your test phone numbers
- Verify via SMS code
Contact support to enable production mode when you’re ready to send to any number.