Nexmo used to send sms from our app.
Here the official documentation of Nexmo.
Nexmo Documentation.
Let's Start...
First of all, you should have basic knowledge of NodeJS, Expressjs, Ejs.
1.Create Folder of any name, Initialize as Node directory using "$npm init" command.
2.Install all Dependencies as mentioned below.
3.import all the module that are required for your application using "require()".
4.Before Using Nexmo,you need to have account in nexmo.com to use sms service.From there you'll get your 'SECRET KEY' & 'API KEY'.
6.Method to send SMS through Nexmo is
7.Start App, Run following command
You can see the Sms in you mobile.
If You have any problem regarding this post, write down in the comment section below.
Here the official documentation of Nexmo.
Nexmo Documentation.
Let's Start...
First of all, you should have basic knowledge of NodeJS, Expressjs, Ejs.
1.Create Folder of any name, Initialize as Node directory using "$npm init" command.
2.Install all Dependencies as mentioned below.
3.import all the module that are required for your application using "require()".
4.Before Using Nexmo,you need to have account in nexmo.com to use sms service.From there you'll get your 'SECRET KEY' & 'API KEY'.
5.Create Nexmo object with provided keys.
debug:true is used for debugging of our application(recommended).6.Method to send SMS through Nexmo is
7.Start App, Run following command
You can see the Sms in you mobile.
If You have any problem regarding this post, write down in the comment section below.




Comments
Post a Comment