A tutorial to teach users to use RingCentral Messages API. The following topics are included:
- How to send SMS
- How to send MMS
- How to track delivery status of messages
- How to modify the message's read status.
- How to delete messages.
- How to receive and reply to SMS messages
$ git clone https://github.com/ringcentral-tutorials/sms-api-java-demo
$ cd sms-api-java-demo
$ open the project using Eclipse IDE
Specify your app client id and client secret as well as account login credentials to the constant defined within the brackets "< >".
Uncomment the function call below and run the app
//obj.send_sms();
Uncomment the function call below and run the app
//obj.send_mms();
Uncomment the function call below and run the app
//obj.track_status(rc, resp.id, resp.messageStatus);
Uncomment the function call below and run the app
//obj.retrieve_modify();
Uncomment the function call below and run the app
//obj.retrieve_delete();
Uncomment the function call below and run the app
//obj.receive_reply();
The SDK is available at https://github.com/ringcentral/ringcentral-java