Send SMS and WhatsApp messages from the same account. OTPs, notifications, reminders, and support — unified messaging without the complexity.
Use the right channel for the right message. Or combine both for maximum reach.
Works on every mobile phone in the world — no app required. Best for time-critical messages like OTPs, alerts, and short notifications.
2B+ users worldwide. Send images, documents, buttons, and interactive templates. Higher open rates than SMS or email.
Send from the portal or automate everything via API.
Send login verification codes via WhatsApp with automatic SMS fallback. One API call, two channels, global coverage.
Learn how →Dispatch confirmations, tracking links, and delivery updates via WhatsApp templates. Higher open rates than email.
Learn how →Automated reminders with 2-way reply. Patients confirm or reschedule directly in the WhatsApp thread.
Learn how →Receive and reply to WhatsApp messages from the DIDfarm portal. Full conversation history and agent assignment built in.
Learn how →Simple REST API with JSON payloads. Send SMS or WhatsApp with the same endpoint pattern. Full docs at /docs/api.
// Send an SMS POST /api/v1/sms/messages { "from_number_id": 42, "to": "+31611398058", "body": "Your code is 847291" } // Response { "id": 1847, "status": "queued", "segments": 1 }