telnyx-account-javascript

Manage Telnyx account billing, payments, audit logs, and webhook deliveries via the JavaScript SDK.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill helps you manage your Telnyx account, including billing, payments, audit logs, and webhook deliveries, all through JavaScript examples.

Core Features & Use Cases

  • Account Management: Access and manage your balance, invoices, and payment preferences.
  • Activity Tracking: Review audit logs and detail records for all account activities.
  • Webhook Handling: Monitor and manage webhook deliveries for real-time event notifications.
  • Use Case: You can use this skill to programmatically check your monthly charges, retrieve past invoices, or set up auto-recharge preferences for your Telnyx account.

Quick Start

Use the telnyx-account-javascript skill to list all invoices for your account.

Frequently Asked Questions about telnyx-account-javascript

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

FAQPage Schema
How do I retrieve my Telnyx account balance and past invoices using JavaScript?

To retrieve your Telnyx account balance and past invoices using JavaScript, you can use the Telnyx JavaScript SDK to programmatically list all invoices and access user balance data, requiring a valid Telnyx API key for authentication.

What is needed to automate Telnyx billing and auto-recharge preferences via API?

Automating Telnyx billing and auto-recharge preferences via API requires a Telnyx API key for authentication and the Telnyx JavaScript SDK. You can then programmatically manage payment preferences and set up auto-recharge for your account.

Can I monitor Telnyx webhook deliveries and audit logs programmatically?

Yes, you can monitor Telnyx webhook deliveries and audit logs programmatically. The Telnyx JavaScript SDK allows you to review audit logs for account activities and manage webhook deliveries for real-time event notifications.

How do I search detail records for my Telnyx account activity?

To search detail records for your Telnyx account activity, use the Telnyx JavaScript SDK to query detail records. This allows you to review specific account activities and track usage patterns programmatically.

Does the Telnyx JavaScript SDK support managing account payments without manual dashboard login?

Yes, the Telnyx JavaScript SDK supports managing account payments without manual dashboard login. By using a Telnyx API key, you can programmatically handle payments, view billing details, and manage auto-recharge preferences directly.