telnyx-fax-python

Manage fax sending, receiving, and applications via the Telnyx API in Python.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/tindevelopers/cursor-skills --skill telnyx-fax-python
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: telnyx-fax-python
Source: https://github.com/tindevelopers/cursor-skills/tree/main/telnyx-python/telnyx-fax-python
Command: npx skills add https://github.com/tindevelopers/cursor-skills --skill telnyx-fax-python

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the sending and receiving of faxes programmatically, and allows for the management of fax applications and media using the Telnyx Python SDK.

Core Features & Use Cases

  • Send Faxes: Programmatically send faxes to specified recipients.
  • Manage Fax Applications: Create, retrieve, update, and delete fax applications.
  • View Faxes: List and retrieve details of sent and received faxes.
  • Webhook Handling: Receive notifications for fax events like delivery, failure, and media processing.
  • Use Case: Integrate fax capabilities into your existing Python application to send customer statements or receive important documents without manual intervention.

Quick Start

Use the telnyx-fax-python skill to send a fax from +13125790015 to +13127367276 using connection ID 234423.

Frequently Asked Questions about telnyx-fax-python

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send a fax programmatically using Python?

To send a fax programmatically in Python, use the Telnyx Python SDK to specify a sender, recipient, and connection ID. This skill manages fax operations by transmitting documents through the Telnyx API.

What do I need to start sending faxes via the Telnyx API in Python?

To start sending faxes via the Telnyx API in Python, you need a valid Telnyx API key and a connection ID. These credentials authenticate your requests and route your programmatic fax transmissions correctly.

Can I track fax delivery status and failures using Python?

Yes, you can track fax delivery status and failures using Python webhook event handling. This skill receives notifications for fax delivery, failure, and media processing events directly from the Telnyx API.

How do I manage fax applications through an API?

You can manage fax applications through the Telnyx API by creating, retrieving, updating, and deleting application configurations. This skill provides Python methods to handle these fax application management tasks programmatically.

What is the best way to integrate fax capabilities into an existing Python application?

The best way to integrate fax capabilities into a Python application is using the Telnyx Python SDK to automate sending customer statements and receiving documents. This eliminates manual intervention by handling fax operations programmatically.