Welcome to the SMS Application Walk-through and tour of a fully functional SMS application powered by RingCentral. In this walk through you will learn:
- How to send an SMS message
- How to send an MMS message
- How to track delivery status of messages
- How to modify the message's read status.
- How to delete a message.
- How to receive and reply to SMS messages
$ git clone https://github.com/ringcentral-tutorials/sms-api-nodejs-demo
$ cd sms-api-nodejs-demo
$ npm install --save
Specify your app client id and client secret as well as account login credentials to the constant defined within the brackets "< >".
$ node send-sms.js
$ node send-mms.js
Uncomment the function call below and run the app
//track_mms();
$ node send-mms.js
$ node retrieve-modify.js
$ node retrieve-delete.js
$ node receive-reply.js
The SDK is available at https://github.com/ringcentral/ringcentral-js