telnyx-fax-javascript

Manage fax applications and send or receive faxes via the Telnyx JavaScript SDK.

3|2|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/team-telnyx/telnyx-toolkit --skill telnyx-fax-javascript-team-telnyx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: telnyx-fax-javascript
Source: https://github.com/team-telnyx/telnyx-toolkit/tree/main/api/javascript/telnyx-fax-javascript
Command: npx skills add https://github.com/team-telnyx/telnyx-toolkit --skill telnyx-fax-javascript-team-telnyx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the process of programmatically sending and receiving faxes, as well as managing fax applications, using the Telnyx JavaScript SDK.

Core Features & Use Cases

  • Fax Management: Create, retrieve, update, and delete fax applications.
  • Fax Sending/Receiving: Send faxes to specified numbers and manage inbound fax data.
  • Webhook Integration: Receive real-time notifications for fax events like delivery, failure, and media processing.
  • Use Case: A business can use this skill to automate the sending of daily reports via fax to a list of clients, receiving confirmation of delivery.

Quick Start

Use the telnyx-fax-javascript skill to send a fax to '+13127367276' from '+13125790015' 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 using JavaScript and an API?

To send a fax using JavaScript, use the Telnyx JavaScript SDK to programmatically specify a destination number, sender number, and connection ID to transmit documents over the fax protocol.

Can I manage fax applications programmatically with JavaScript?

Yes, you can manage fax applications programmatically with JavaScript by using the Telnyx JavaScript SDK to create, retrieve, update, and delete fax application configurations.

How do I receive real-time notifications for fax delivery status in JavaScript?

You receive real-time notifications for fax delivery status in JavaScript by integrating webhook event handlers for delivery, failure, and media processing updates provided by the Telnyx SDK.

What do I need to automate sending faxes with the Telnyx JavaScript SDK?

To automate sending faxes with the Telnyx JavaScript SDK, you need a valid connection ID and configured fax application to programmatically transmit documents to specified recipient numbers.

Does the Telnyx JavaScript SDK support handling inbound fax data?

Yes, the Telnyx JavaScript SDK supports handling inbound fax data by receiving faxes and processing webhook events for media processing and delivery status updates.

What is the best way to automate sending daily reports via fax to clients?

The best way to automate sending daily reports via fax to clients is using the Telnyx JavaScript SDK to programmatically send documents and receive delivery confirmations through webhook integration.