Skip to main content

Installation

Requirements: Python 3.9+

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:

Async Support

All operations are available asynchronously via AsyncFoxReach:

Error Handling

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

Source Code