Python module for Exotel’s call and sms APIs. exotel-py
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')
Authors and Contributors
In 2015, Sarath S Pillai (@sarath_sp06) started. It is not actively maintained now so issues might be responded with some delay but feel free to report issues and make PR
Stargazers over time
Support or Contact
Having trouble using the library contact me at sarath.sp06@gmail.com or open a new issue here