I am using msg91 Node.js API to send SMS. It is working fine if the message's text is in English. Now I want to send SMS in Hindi.
Problem is, if I don't encode the message, it returns Authentication error
. Post encoding it says the message is sent, but I don't receive any message on the test target.
Error Message:
{ success: 'false',
token: 'Authentication failure' }
Sample message is:
मोजो में आपका स्वागत है
npm module used: msg91
npm install --save msg91