telnyx-voice-javascript

Manage Telnyx Voice API call lifecycles with JavaScript examples.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the process of programmatically managing voice calls, enabling developers to build sophisticated voice applications using the Telnyx JavaScript SDK.

Core Features & Use Cases

  • Call Control: Make, answer, bridge, transfer, and hang up calls.
  • Application Management: Create, retrieve, update, and delete call control applications.
  • Event Handling: Receive and process real-time webhook events for call status updates.
  • Use Case: Integrate automated call routing, interactive voice response (IVR) systems, or real-time call monitoring into your applications.

Quick Start

Use the telnyx-voice-javascript skill to dial a number using your Telnyx connection.

Frequently Asked Questions about telnyx-voice-javascript

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

FAQPage Schema
How do I make an outbound voice call using JavaScript?

Make an outbound voice call using JavaScript by interacting with the Telnyx Voice API to manage the call lifecycle. This skill provides specific JavaScript examples for initiating calls through the Telnyx SDK.

How do I handle inbound call webhooks with the Telnyx JavaScript SDK?

Handle inbound call webhooks by subscribing to call-related events with the Telnyx JavaScript SDK. The skill provides methods for receiving and processing real-time webhook events to manage call status updates.

Can I bridge and transfer existing calls using JavaScript?

Bridge and transfer existing calls using JavaScript by leveraging the Telnyx Voice API call control features. The skill provides examples for bridging active calls and transferring them to different destinations.

What's the best way to manage call control applications via the Telnyx API?

Manage call control applications by using the Telnyx JavaScript SDK to create, retrieve, update, and delete applications. This skill provides methods to programmatically handle your call control application configurations.

Does the Telnyx JavaScript SDK work for building automated IVR systems?

The Telnyx JavaScript SDK works for building automated IVR systems by enabling programmatic management of voice calls. You can integrate automated call routing and interactive voice response systems into your applications.