Navigation Menu
Messaging Services / SMS

Bulk SMS API

Send fast, reliable transactional alerts, security OTP codes, and promotional campaigns globally via standard cellular networks.

Send transactional SMS

curl -X POST https://api.msgx.in/v1/sms/send \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "to": "+919999999999",
    "sender_id": "MSGXIN",
    "text": "Your OTP code is 482901. Valid for 5 minutes."
  }'