Skip to main content

Python SDK for Exotel API

Project description

exotel-py

Python module for exotels call and sms api’s

installation

pip install exotel

Usage

  • Initialize

    from exotel import Exotel

    client = Exotel(sid,token)

  • make call to connect a number to another

    client.call_number('from_number','exophone','to_number')

  • make call to connect a number to a flow

    client.call_flow('from_number','exophone','flow_id')

  • send an sms

    client.sms('from_number',to_number',"sms_body")

  • get details of an sms

    client.sms_details('sms_sid')

  • get details of a call

    client.call_details('call_sid')

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

exotel-0.1.1.tar.gz (1.5 kB view hashes)

Uploaded Source

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