AI Agent Ready

Use AI agents to support email workflows

Pipelime's API and CLI let internal tools and AI agents help with contact research, campaign setup, reporting, and inbox-aware follow-up handling. Human review is recommended before sending.

Keep a human in the loop for message quality, approvals, and sending decisions.

Up and running in 4 commands

Install the CLI, authenticate, and connect your internal tooling.

# Install the CLI
$ npm install -g @pipelime/cli
# Authenticate with your API key
$ pipelime auth login --api-key pk_live_xxx
# Review connected inboxes
$ pipelime email-account list
# Inspect a campaign draft
$ pipelime campaign get camp_123

What agents can help with

API and CLI access make it easier to support operational workflows around personalized email programs.

Manage campaign drafts

Create draft campaigns, review settings, and monitor status across teams before anything goes live.

Manage contact data

Create, import, and organize contact records from approved data sources. Automatic deduplication keeps records clean.

Track inbox signals

Monitor opens, clicks, replies, and bounces. Webhooks can update internal systems or pause follow-ups when someone replies.

Scheduling and limits

Set timezone-aware sending windows, daily limits, and delays between steps. Agents can surface recommendations while teams keep control.

Build workflow automation

Chain API calls to coordinate contact updates, campaign drafts, and reporting workflows across your stack.

Custom integrations

Connect Pipelime to any tool via the API. Push data to your CRM, trigger Slack notifications, or sync with your data warehouse.

Compatible with leading AI agents

Pipelime works with any AI agent that can make HTTP requests or run CLI commands.

Claude by Anthropic

Use Claude Code or the Claude API to help draft copy, review data, and operate workflows around Pipelime through the API or CLI.

OpenClaw

Connect OpenClaw to Pipelime's CLI for internal workflow automation, reporting, and campaign operations across your tools.

Your own agents

Build custom agents on top of Pipelime's REST API. Use any framework that can make HTTP requests and keep human review where it matters.

CLI command reference

Representative CLI commands for internal tools and workflow automation.

pipelime email-account listList connected email accounts
pipelime campaign listList campaigns
pipelime campaign create --name "Q2 Follow-Up"Create a draft campaign
pipelime contact create --email jane@acme.com --first-name JaneCreate a contact
pipelime contact list --company-id comp_123Filter contacts by company
pipelime campaign get camp_123Review a campaign
pipelime campaign pause camp_123Pause a running campaign
pipelime webhook listList webhook endpoints
pipelime webhook deliveries wh_123Inspect webhook deliveries

API endpoints

Core REST API endpoints for integrating Pipelime into your stack.

GET/api/email-accounts
List connected email accounts
POST/api/campaigns
Create a campaign draft
GET/api/campaigns/:id
Get campaign details
PATCH/api/campaigns/:id
Update campaign settings
POST/api/campaigns/:id/steps
Add steps to a campaign
POST/api/contacts
Create a contact
GET/api/contacts
List and filter contacts
POST/api/webhooks
Register a webhook

Ready to connect Pipelime to your internal tools?

Get your API key and start building workflows around contacts, campaigns, and reporting.