Telnyx Fax Javascript
Send and receive faxes programmatically using JavaScript via Team Telnyx's robust fax API integration.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add telnyx-fax-javascript npx -- -y @trustedskills/telnyx-fax-javascript
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"telnyx-fax-javascript": {
"command": "npx",
"args": [
"-y",
"@trustedskills/telnyx-fax-javascript"
]
}
}
}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 handles fax transmission, including specifying recipients, documents (either from URLs or file content), and managing incoming faxes. The skill provides a JavaScript interface for seamless integration into agent workflows.
When to use it
- Automating outbound fax communication for legal notices or invoices.
- Receiving inbound faxes and extracting data for processing.
- Integrating fax functionality into internal systems that require document transmission.
- Handling high volumes of fax traffic, reducing manual effort.
Key capabilities
- Send faxes to specified recipients.
- Support documents from URLs or file content.
- Manage incoming faxes.
- JavaScript interface for integration.
Example prompts
- "Send a fax to 555-123-4567 with the document at https://example.com/invoice.pdf."
- "Receive and save all incoming faxes to a designated folder."
- "Fax this text content: 'Urgent Notice' to 555-987-6543."
Tips & gotchas
- Requires an active Telnyx account and API key for authentication.
- Ensure the agent has appropriate permissions within your Telnyx account to send and receive faxes.
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.