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.4.tar.gz
(1.8 kB
view details)
File details
Details for the file exotel-0.1.4.tar.gz.
File metadata
- Download URL: exotel-0.1.4.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
febbb75aa387bb0449e7be7b00fa5593713e652b76c266d43f648a17b087eb0c
|
|
| MD5 |
0b567fb369796d255466e11ba5039ada
|
|
| BLAKE2b-256 |
ce7d30180c0059fcd84fb3589e2c65a311baef51d2eb57c80a0149e81589da16
|