telnyx-whatsapp-javascript

Installation
SKILL.md

Telnyx WhatsApp Business API - JavaScript

Installation

npm install telnyx

Setup

import Telnyx from 'telnyx';

const client = new Telnyx({ apiKey: process.env['TELNYX_API_KEY'] });

All examples below assume client is already initialized as shown above.

Error Handling

Related skills
Installs
1
GitHub Stars
167
First Seen
Apr 27, 2026