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-python-demo
$ cd sms-api-python-demo
$ cp .env-sampledotenv .env
$ python setup.py install
Specify your app client id and client secret as well as account login credentials to the .env file.
$ python send-sms.py
$ python send-mms.py
$ python retrieve-modify.py
$ python retrieve-delete.py
$ python receive-reply.py
The SDK is available at https://github.com/ringcentral/ringcentral-python