Popular Integrations
Zapier
Connect SendPilot to 5,000+ apps with no-code automation
n8n
Self-hosted workflow automation with full control
Make.com
Visual automation platform for complex workflows
Common Automation Workflows
Lead Enrichment
When a new lead is added to SendPilot, automatically:- Enrich lead data from Clearbit or Apollo
- Add the lead to your CRM (Salesforce, HubSpot, Pipedrive)
- Notify your sales team on Slack
Reply Handling
When a lead replies to your message:- Create a task in your CRM
- Send a Slack notification to the assigned rep
- Update lead status in your database
Campaign Management
Based on external triggers:- Pause campaigns when daily goals are met
- Add leads from form submissions
- Sync lead statuses with your CRM
Analytics & Reporting
Track outreach performance:- Log all events to Google Sheets or Airtable
- Send daily digest to Slack
- Update dashboards in real-time
Building Your Integration
Step 1: Get Your API Key
- Log in to SendPilot dashboard
- Navigate to Integrations → API Keys
- Click Create API Key
- Copy your API key securely
Step 2: Set Up Webhooks
- Go to Integrations → Webhooks
- Add your automation platform’s webhook URL
- Select the events you want to receive
Step 3: Build Your Workflow
Use the guides below to set up your integration:API Endpoints for Automation
| Use Case | Endpoint | Method |
|---|---|---|
| Add leads from form | POST /v1/leads | API |
| Sync lead status to CRM | PATCH /v1/leads/:id/status | API |
| Pause campaign on goal | PATCH /v1/campaigns/:id | API |
| Track replies | message.received | Webhook |
| Track connections | connection.accepted | Webhook |