You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constMSG91=require('msg91.js');constotp=newMSG91.OTP({ authKey });constresponse=awaitotp.resend({mobile: '',retrytype: 'text',// text | voice});
Response
Success
{type: 'success',message: ''}
Failure
{type: 'error',error: ''}
V1 APIs
Send SMS
constSMS=newMSG91.SMS({authKey: env.authKey,});awaitSMS.sendSMS({mobiles: '8899009988',country: '91',message: 'Hi beautiful, your package is delivered with order number 1234.',route: '4',sender: 'MSG91J',});