Build Your Communication Stack
Galatext provides powerful, reliable APIs for SMS, WhatsApp, Airtime, and more — connecting your business to customers across Africa and beyond.
🚀 Getting Started
Send your first message in minutes
📖 API Reference
Full API documentation and endpoints
📦 SDKs & Tools
Client libraries for popular languages
Features
📱 SMS API
Send transactional and promotional SMS at scale. Support for long SMS, delivery reports, custom sender IDs, and bulk messaging with up to 10,000 recipients per request.
💬 WhatsApp API
Engage your customers on WhatsApp with rich media messages, interactive templates, and automated conversations. Built on the official WhatsApp Business API.
📞 Airtime API
Instantly top up mobile airtime for any network across Africa. perfect for rewards, incentives, and customer loyalty programs.
🔗 Webhooks
Receive real-time delivery reports, incoming messages, and other events via configurable webhooks with retry logic and signature verification.
🎯 Bulk Messaging
Send personalized messages to thousands of recipients in a single API call. Supports dynamic template variables for custom content per recipient.
🔐 Enterprise Grade
Bank-level security with API key authentication, JWT support, IP whitelisting, and end-to-end encryption for sensitive data.
Quick Links
- Platform Overview
- Send Your First SMS
- Authentication Guide
- Send SMS API
- Bulk SMS
- WhatsApp Messages
- Webhooks
- Error Codes
Get Started
curl -X POST https://api.galatext.com/api/sms/send \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY" \
-d '{
"phoneNumber": "+2547XXXXXXXX",
"message": "Hello from Galatext!",
"senderId": "GALATEX"
}'