Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.21 KB

README.rst

File metadata and controls

34 lines (26 loc) · 1.21 KB

REST API SDK for SMS

This is the Python SDK for the CLX Communications REST API (also called XMS) for sending and receiving single or batch SMS messages. It also supports scheduled sends, organizing your frequent recipients into groups, and customizing your message for each recipient using parametrization.

This library is compatible with Python 2.7 and 3.3 and later.

Getting Started

The SDK is packaged using setuptools and is available in the PyPI repository under the name clx-sdk-xms. You can therefore, for example, use pip to install the library using the command pip install clx-sdk-xms.

After installing the SDK it is recommended to read the tutorial and Client documentation.

License

This project is licensed under the Apache License Version 2.0. See the LICENSE.txt file for the license text.