Getting Started
Overview
What is Pipelime and why you should use it.
What is Pipelime?
Pipelime is an API-first outreach infrastructure designed for AI agents, developers, and sales teams. It provides programmatic control over the entire outreach lifecycle — from contact management and campaign creation to email execution and performance tracking.
Key Features
- API & CLI First — Every feature is accessible via REST API and command-line interface
- Multi-Step Sequences — Build campaigns with multiple follow-up steps and configurable delays
- Smart Scheduling — Timezone-aware sending with customizable time windows and daily limits
- Email Account Rotation — Distribute sends across multiple Gmail accounts for better deliverability
- Warmup Engine — Automatically ramp up new email accounts over a 14-day schedule
- Real-Time Tracking — Monitor opens, clicks, and replies with webhook notifications
- Blocklist Enforcement — Automatic bounce and unsubscribe handling with CAN-SPAM/GDPR compliance
- Contact Management — CSV import, custom fields, deduplication, and GDPR-compliant data handling
Who is Pipelime For?
- AI Agents that need programmatic outreach capabilities
- Developers building custom outreach workflows
- Sales Teams running personalized email campaigns at scale
Architecture
Pipelime follows a modern monorepo architecture:
| Component | Description |
|---|---|
| API | oRPC-based REST API with OpenAPI documentation |
| Dashboard | Next.js web application for visual campaign management |
| CLI | Command-line interface for terminal-based workflows |
| Execution Engine | Background job system for reliable email delivery |
| Webhook System | Real-time event notifications via HTTP POST |
