Reputation: 606
I am trying to send SMS to indian numbers using plivo Api. I have set src to alphanumeric id as "ALPHA-NUM".
parameters.put("src", "ALPHA-NUM");
But all my sms's are getting received as DM-NOTIFY. How to enable sending sms as alphanumeric sender Ids. Please help.
Upvotes: 1
Views: 931
Reputation: 409
To send messages with Alphanumeric Sender ID within India, the Sender Id has to be registered with the Carrier. You could get in touch with the Plivo support team ([email protected]) to get this done.
Upvotes: 3