FoxReach
Integrations

Connect your stack

Plug FoxReach into the tools you already use. Automate lead creation, campaign management, and reply handling — without switching tabs.

6 live integrations
2 coming soon
REST API

MCP Server

Live

Connect AI agents like Claude Desktop, Cursor, and Claude Code to FoxReach. Manage leads, campaigns, templates, and email accounts using natural language through the Model Context Protocol.

19 tools for leads, campaigns, templates, and email accounts
Hosted by FoxReach — no local installation required
Works with Claude Desktop, Cursor, and Claude Code
Authenticated via your existing FoxReach API key

Python SDK

Live

Official Python SDK with sync and async support, typed models, and auto-pagination. Build custom integrations, automate workflows, or embed FoxReach into your Python applications.

Sync and async clients for any use case
Typed dataclasses for all request/response models
Auto-pagination with simple for-loops
Full coverage: leads, campaigns, sequences, templates, inbox, analytics

TypeScript SDK

Live

Official TypeScript/JavaScript SDK with zero dependencies, full type safety, and native fetch. Build integrations for Node.js, Deno, Bun, or the browser.

Zero dependencies — uses native fetch
Full TypeScript types for every endpoint
Auto-pagination with async iterators
Works in Node.js, Deno, Bun, and edge runtimes

CLI

Live

Manage your FoxReach workspace from the terminal. List leads, create campaigns, check analytics, and more — all from the command line with rich table output.

Full CRUD for leads, campaigns, sequences, and templates
Rich table output with --json flag for scripting
Config file at ~/.foxreach/config.json with env var overrides
Built on the Python SDK — install with pip

Claude Code Plugin

Live

Manage your outreach directly from Claude Code with natural language. The plugin adds slash commands and context about your FoxReach workspace to Claude Code sessions.

Natural language commands for leads and campaigns
Slash commands: /leads, /campaigns, /templates, /analytics
Works alongside the MCP server for full coverage
Open source — customize to fit your workflow

n8n

Beta

Community node for n8n workflow automation. Create leads, manage campaigns, and react to events with the FoxReach n8n node.

Create, update, find, and delete leads
Add leads to campaigns and control campaign state
Trigger workflows on replies, bounces, opens, and more
7 webhook events for real-time automation

Zapier

Coming Soon

Connect FoxReach to 7,000+ apps with Zapier. Automatically create leads from forms, CRMs, and spreadsheets — no code required.

Triggers: Reply received, reply categorized, email bounced
Actions: Create lead, add lead to campaign
Searches: Find lead by email
Dynamic campaign dropdown for easy setup
We'll announce when it's ready on our blog.

Make.com

Coming Soon

Build visual automation scenarios with Make.com. Connect FoxReach to your marketing stack with drag-and-drop modules.

Instant triggers via webhooks for real-time workflows
Actions for lead creation and campaign management
Search modules to find existing leads
Dynamic dropdowns for campaign selection
We'll announce when it's ready on our blog.
Webhooks

React to events in real time

All integrations share the same webhook events. Get notified instantly when something happens in your campaigns.

Reply Received

A lead replies to any campaign email

Reply Categorized

AI classifies the reply sentiment

Email Bounced

An email fails to deliver

Email Opened

A lead opens your email

Link Clicked

A lead clicks a tracked link

Lead Unsubscribed

A lead opts out of emails

REST API

Build your own integration

The FoxReach REST API gives you full access to leads, campaigns, and webhooks. Use it to build custom integrations with any platform.

create-lead.sh
# Create a new lead
curl -X POST \
  "https://api.foxreach.io/api/v1/leads" \
  -H "X-API-Key: otr_your_key" \
  -H "Content-Type: application/json" \
  -d '{
    "email": "jane@example.com",
    "firstName": "Jane",
    "lastName": "Smith"
  }'

Need a different integration?

We're building new integrations based on what our users need. Let us know what you'd like to see next.