telnyx-fax-javascript

Send and receive faxes via Telnyx JavaScript SDK examples.

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

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, eliminating the need for traditional fax machines and manual processes.

Core Features & Use Cases

  • Send Faxes: Programmatically send faxes to specified recipients using provided connection details and media.
  • Manage Fax Applications: Create, retrieve, update, and delete fax applications, which are essential for routing and managing fax communications.
  • Handle Webhooks: Process incoming webhook events for fax status updates (delivered, failed, media processed, queued, sending started).
  • Use Case: A business can integrate this skill into their CRM to automatically send customer agreements as faxes directly from their system, or to receive incoming faxes and store them as digital documents.

Quick Start

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

Frequently Asked Questions about telnyx-fax-javascript

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

FAQPage Schema
How do I send a fax via API using JavaScript?

To send a fax via API using JavaScript, use the Telnyx JavaScript SDK to programmatically submit a request with the sender number, recipient number, connection ID, and media URL. This eliminates the need for traditional fax machines.

How do I process incoming fax webhook events for status updates?

To process incoming fax webhook events, implement a webhook handler to capture status updates like delivered, failed, media processed, queued, and sending started. This allows your system to track fax status updates automatically.

Can I manage Telnyx fax applications programmatically with JavaScript?

Yes, you can manage Telnyx fax applications programmatically with JavaScript by creating, retrieving, updating, and deleting applications. This is essential for routing and managing fax communications within your system.

What fax operations are supported by the Telnyx JavaScript SDK?

The Telnyx JavaScript SDK supports fax creation, retrieval, deletion, cancellation, and media refresh operations. It enables sending and receiving faxes while managing fax applications and processing webhook events.

Do I need a physical fax machine to receive faxes through an API?

No, you do not need a physical fax machine to receive faxes through an API. You can programmatically receive incoming faxes and process webhook events to store them as digital documents within your business system.