Skip to main content
https://raw.github.com/TeleSign/python_telesign/master/python_banner.jpg https://img.shields.io/travis/TeleSign/python_telesign.svg https://img.shields.io/codecov/c/github/TeleSign/python_telesign.svg https://img.shields.io/pypi/v/telesign.svg https://img.shields.io/pypi/l/telesign.svg

TeleSign Python SDK

TeleSign is a communications platform as a service (CPaaS) company, founded on security. Since 2005, TeleSign has been a trusted partner to the world’s leading websites and mobile applications, helping secure billions of end-user accounts. Today, TeleSign’s data-driven, cloud communications platform is changing the way businesses engage with customers and prevent fraud.

For more information about TeleSign, visit our website.

Documentation

Code documentation is included in the SDK. Complete documentation, quick start guides and reference material for the TeleSign API is available within the TeleSign Standard Documentation.

Installation

To install the TeleSign Python SDK:

$ pip install telesign

Python 2.7+ is required for the TeleSign Python SDK.

Authentication

You will need a Customer ID and API Key in order to use TeleSign’s API. If you already have an account you can retrieve them from your account dashboard within the Portal. If you have not signed up yet, sign up here.

Dependencies

We make use of popular, feature-rich and well-tested open-source libraries to perform the underlying functionality of the SDK. These dependencies are managed by the community accepted package manager. If you are unable to add these additional third party dependencies to your project we have ensured that the SDK code is easy to read and can serve as sample code. We have also made sure that more complicated functions such as generate_telesign_headers can be easily extracted from the SDK and used ‘as is’ in your project.

Python Code Example: Messaging

Here is a basic code example with the JSON response.

from __future__ import print_function
from telesign.messaging import MessagingClient

customer_id = "FFFFFFFF-EEEE-DDDD-1234-AB1234567890"
api_key = "EXAMPLE----TE8sTgg45yusumoN6BYsBVkh+yRJ5czgsnCehZaOYldPJdmFh6NeX8kunZ2zU1YWaUw/0wV6xfw=="

phone_number = "phone_number"
message = "You're scheduled for a dentist appointment at 2:30PM."
message_type = "ARN"

messaging_client = MessagingClient(customer_id, api_key)
response = messaging_client.message(phone_number, message, message_type)

print(response.json)
{'reference_id': 'DGFDF6E11AB86303ASDFD425BE00000657',
 'status': {'code': 103,
    'description': 'Call in progress',
    'updated_on': '2016-12-12T00:39:58.325559Z'}}

For more examples, see the examples folder or visit the TeleSign Standard Documentation.

Download files

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

Source Distribution

telesign-4.1.0.tar.gz (17.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

telesign-4.1.0-py2.py3-none-any.whl (11.3 kB view details)

Uploaded Python 2Python 3

File details

Details for the file telesign-4.1.0.tar.gz.

File metadata

  • Download URL: telesign-4.1.0.tar.gz
  • Upload date:
  • Size: 17.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.8.1

File hashes

Hashes for telesign-4.1.0.tar.gz
Algorithm Hash digest
SHA256 7203f8b0033b5d28c9e5f2e2a2d0a7169e03c9fbeeef289ee6161e5772be2065
MD5 7e9b74016a9070a8f3ec739093be080a
BLAKE2b-256 90ad311b9d32aa8699b500326478a4985602f72e27f362788e9ef7d1af2bec1f

See more details on using hashes here.

File details

Details for the file telesign-4.1.0-py2.py3-none-any.whl.

File metadata

  • Download URL: telesign-4.1.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 11.3 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.8.1

File hashes

Hashes for telesign-4.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 01492fd1b2247891a31a06d4c5aac71c2629da4ef720d045e970ff7dd8ae60a5
MD5 b5c53b10392497abf64a9ed2568b13bd
BLAKE2b-256 4693be9236f49d0ebead94ad832bdbea29e1a44ecb79577f8ec020633d60a612

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

4.1.0 This release

2 files

4.0.1

2 files

4.0.0

2 files

3.0.1

2 files

3.0.0

2 files

2.3.1

1 file

2.3.0

1 file

2.2.7

1 file

2.2.6

1 file

2.2.5

2 files

2.2.4

2 files

2.2.3

2 files

2.2.2

1 file

2.2.1

1 file

2.2.0

1 file

2.1.0

1 file

2.0.0

1 file

1.2.3

1 file

1.2.2

1 file

1.2.1

1 file

1.1.2

1 file

1.1.1

1 file

1.1.0

1 file

1.0.6

1.0.4

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page