MSG91 / sendotp-node

38 stars 24 forks source link

Getting error on send API call. #24

Open MohitSuhane opened 5 years ago

MohitSuhane commented 5 years ago

Using below code to send message sendOtp.send(req.mobileNumber, 2424, (error, data) => { console.log("%%%%", data); }); //otp is optional if not sent it'll be generated automatically

Getting error: POST /api/auth/otp - - ms - - %% { message: 'Some Parameter are missing : mobiles/group_id', type: 'error' }