The full documentation and tutorial is available on developers.telnyx.com
Generall you will need to set up:
- Telnyx Account
- Telnyx Phone Number enabled with:
- Ability to receive webhooks (with something like ngrok)
- Python & PIP installed
Example | Description |
---|---|
Flask Messaging | Example working with inbound MMS & SMS messages, downloading media from inbound MMS, and uploading media to AWS S3. |
TeXML Call Center | Call center solution using aiohttp and Telnyx TeXML. |
Webinar Messaging Demo | Example auto-responder with MMS and webhook validation. |
Secret Santa Generator | Example project that generates secret santa assignments and texts all participants using Telnyx Messaging. |
Flask Call Control | Simple call control project that handles inbound calls by speaking text and can create an outbound call to a number specified by the user. |
Run the following commands to get started
$ git clone https://github.com/team-telnyx/demo-python-telnyx.git