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')
Release files for exotel 0.1.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| exotel-0.1.5.tar.gz | 2.2 kB | Details |
Release files / exotel-0.1.5.tar.gz
| Download URL | exotel-0.1.5.tar.gz |
|---|---|
| Size | 2.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
db96e4b659e514da457364c6775c075d793fa90fab9d84f43575d1a5ee846bf4
|
|
BLAKE2b-256 checksum How to use checksums |
c6686373dedcc7f7eadc017f9629e2f1b33393e8f740fb9c801962a3ce4dfa91
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |