CPaaS SMS Sample App using Python Server Side SDK

Here is a CPaaS SMS Messaging app based on Python that helps sending and receiving messages using the API Marketplace CPaaS Python SDK. It is used to create a communication channel between two users via SMS APIs.

This application will also help you receive real-time SMS events notifications
(Inbound and Outbound) and shows details of how to use the Python CPaaS SMS messaging SDK. The CPaaS Python SDK can help expand your code for large communications applications.

Click here to get the CPaaS Python SMS messaging app

You should use the master branch to run the application.

You must update constants.py with your account and project credentials created when you registered at https://apimarket.att.com/.

  • Client ID
  • Client Secret
  • Base URL
  • Destination phone number
  • Sender phone number

Click here to watch Python messaging app demo video..

For full Developer Documentation, Quickstarts and API reference code for the Python SDK, visit https://apimarket.att.com/developer/quickstarts/python/get-started

2 Likes