A quickstart 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 retrieve and modify message history
- How to receive and reply to SMS messages
$ git clone https://github.com/ringcentral-tutorials/sms-api-python-quickstart
$ cd sms-api-python-quickstart
$ python setup.py install
$ cp .env-sampledotenv .env
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 tract-status.py
$ python retrieve-modify.py
$ python receive-reply.py
The SDK is available at https://github.com/ringcentral/ringcentral-python