Skip to content

ringcentral-tutorials/sms-api-python-quickstart

Repository files navigation

Messages API Python Quickstart

Community Twitter

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

Clone - Setup - Run the project

$ 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.

How to send SMS

$ python send-sms.py

How to send MMS

$ python send-mms.py

How to track delivery status of messages

$ python tract-status.py

How to retrieve and modify message history

$ python retrieve-modify.py

How to receive and reply to SMS messages

$ python receive-reply.py

RingCentral Python SDK

The SDK is available at https://github.com/ringcentral/ringcentral-python

About

Learn how to use RingCentral SMS API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages