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