telnyx-messaging-javascript

Send and receive SMS/MMS messages via the Telnyx API using JavaScript.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill simplifies the process of sending and receiving SMS/MMS messages, managing phone numbers, and handling opt-outs using the Telnyx API with JavaScript.

Core Features & Use Cases

  • Send & Receive Messages: Programmatically send SMS/MMS messages and handle incoming messages.
  • Number Management: Manage alphanumeric sender IDs and hosted messaging numbers.
  • Use Case: Build a customer notification system that sends appointment reminders via SMS and allows customers to reply with 'STOP' to opt-out.

Quick Start

Use the telnyx-messaging-javascript skill to send an SMS message to '+18445550001'.

Frequently Asked Questions about telnyx-messaging-javascript

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

FAQPage Schema
How do I send SMS messages using JavaScript and the Telnyx API?

You can send SMS messages using JavaScript by integrating with the Telnyx JavaScript SDK for direct API interaction, enabling programmatic message dispatch for customer notifications or two-factor authentication.

Can I handle incoming SMS replies and manage opt-outs with JavaScript?

Yes, you can handle incoming SMS replies and manage opt-outs with JavaScript. The skill processes inbound messages and detects replies like 'STOP' to automatically manage customer opt-out requests.

How do I manage alphanumeric sender IDs for MMS messaging in JavaScript?

Managing alphanumeric sender IDs for MMS messaging in JavaScript is done via the Telnyx API, allowing you to configure hosted messaging numbers and customize sender identities for interactive messaging applications.

Does the Telnyx JavaScript SDK support two-factor authentication workflows?

Yes, the Telnyx JavaScript SDK supports two-factor authentication workflows by enabling programmatic sending and receiving of SMS messages, providing a direct API interaction layer for delivering secure verification codes.

What is the best way to build a customer notification system with SMS in JavaScript?

The best way to build a JavaScript SMS customer notification system is using the Telnyx API to programmatically send appointment reminders, handle inbound responses, and manage alphanumeric sender IDs for interactive messaging.