Skip to main content

Installation

Requirements: Node.js 18+ (uses native fetch). Zero runtime dependencies.

Quick Start

Configuration

You can also use environment variables:

Resources

Leads

Campaigns

Sequences

Templates

Email Accounts

Inbox

Analytics

Webhooks

Pagination

List endpoints return PaginatedResponse objects:

Error Handling

The SDK automatically retries on 429 Too Many Requests responses (up to maxRetries times) with the delay specified in the Retry-After header.

Type Safety

The SDK provides full TypeScript types for all resources:

Source Code