Skip to main content

Python Wrapper module for ZoomConnect API

Project description

ZoomConnect Python SDK

This Python package provides a wrapper for the ZoomConnect API.

Installation

pip install zoomconnect-sdk

Authentication

Please visit the signup page to create an account and generate an API key.

Example usage

from zoomconnect_sdk.client import Client

c = Client(api_token='xxx-xxx-xxx-xxx', account_email='xxxx@xxx.co.za')
try:
    res = c.send_sms("0000000000", "Welcome to ZoomConnect")
except Exception as e:
    print(e)
else:
    print(res)

Requirements

Python 3.6+

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zoomconnect_sdk-0.0.3.tar.gz (7.0 kB view hashes)

Uploaded Source

Built Distribution

zoomconnect_sdk-0.0.3-py3-none-any.whl (8.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page