Node.js SDK
The official Devotel Node.js SDK provides a fully typed client for the Devotel API. Built with TypeScript, it supports all Devotel services — messaging, voice, agents, flows, numbers, and verify.Installation
Quick Start
Messaging
Voice
Verify
Webhooks
Error Handling
Configuration
| Option | Type | Default | Description |
|---|---|---|---|
apiKey | string | — | Your Devotel API key (required) |
baseUrl | string | https://orbit-api.devotel.io/api/v1 | API base URL |
Requirements
- Node.js 18 or later
- TypeScript 5.0+ (recommended but not required)