Automate Your
WhatsApp Messages
Set up automated WhatsApp messages for order updates, appointment reminders, and marketing campaigns. Save time and never miss a customer touchpoint.
Popular Automations
Pre-built automation templates to get you started.
Order Updates
Automatically notify customers about order confirmation, shipping, and delivery.
Appointment Reminders
Send reminders before appointments with confirmation buttons.
Abandoned Cart
Recover lost sales with automated cart reminder messages.
Follow-up Sequences
Create drip campaigns that send messages over time.
Broadcast API
Send automated messages to multiple contacts at once.
import Zavudev from '@zavudev/sdk';
const zavu = new Zavu('YOUR_API_KEY');
// Create a broadcast for order shipped notifications
const broadcast = await zavu.broadcasts.create({
name: 'Order Shipped - December 29',
channel: 'whatsapp',
messageType: 'template',
content: {
templateId: 'order_shipped',
}
});
// Add contacts with personalized variables
await zavu.broadcasts.addContacts(broadcast.id, {
contacts: [
{
recipient: '+14155551234',
templateVariables: {
'1': 'John',
'2': 'ORD-001',
'3': 'https://track.example.com/001'
}
},
{
recipient: '+14155555678',
templateVariables: {
'1': 'Sarah',
'2': 'ORD-002',
'3': 'https://track.example.com/002'
}
}
]
});
// Schedule for optimal delivery time
await zavu.broadcasts.send(broadcast.id, {
scheduledAt: '2024-12-30T10:00:00Z'
});
// Monitor delivery progress
const progress = await zavu.broadcasts.getProgress(broadcast.id);
console.log(`Delivered: ${progress.deliveredCount}/${progress.total}`);Automation Features
Visual Workflow Builder
Design automation flows with our drag-and-drop builder.
Webhook Triggers
Start automations from any event in your app.
Scheduled Messages
Send messages at the optimal time for each customer.
Smart Templates
Personalize messages with dynamic variables.
Connect Your Tools
Trigger automations from your favorite apps.
Why Automate WhatsApp?
Ready to Automate?
Start automating your WhatsApp messages today. Set up your first automation in minutes.