Telnyx Fax Python

🌐Community
by team-telnyx · vlatest · Repository

Send and receive faxes programmatically using Telnyx's API via Python for automated workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add telnyx-fax-python npx -- -y @trustedskills/telnyx-fax-python
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "telnyx-fax-python": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/telnyx-fax-python"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows AI agents to send and receive faxes programmatically using the Telnyx API. It provides functionality for composing fax documents from various sources (files, strings) and sending them to specified recipients. The skill also handles receiving incoming faxes and extracting their content.

When to use it

  • Automating outbound fax communication for businesses needing to send contracts or legal notices.
  • Receiving and processing inbound faxes in a document management system.
  • Integrating fax functionality into an existing AI-powered workflow, such as order confirmation or appointment reminders.
  • Sending automated reports or notifications via fax when other channels are unavailable.

Key capabilities

  • Send faxes from files (PDF, image formats).
  • Send faxes from strings of text.
  • Receive incoming faxes.
  • Extract content from received faxes.
  • Utilizes the Telnyx API for fax transmission and reception.

Example prompts

  • "Send a fax to 555-123-4567 containing the file 'contract.pdf'."
  • "Receive any incoming faxes and save them as PDF files."
  • "Compose a fax with the text 'Please confirm receipt' and send it to 555-987-6543."

Tips & gotchas

  • Requires an active Telnyx account and API key for authentication.
  • Ensure your AI agent has appropriate permissions to access files or data sources used in fax composition.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
team-telnyx
Installs
5

🌐 Community

Passed automated security scans.