Skip to main content
The SendPilot API gives you programmatic access to manage LinkedIn outreach campaigns, leads, and messaging. Build custom integrations, automate workflows, and sync data with your existing tools.

Quick Start

API Reference

Explore all available endpoints

Authentication

Set up API key authentication

Webhooks

Receive real-time event notifications

Use Cases

Integration guides for Zapier, n8n, Make.com

What You Can Build

CRM Sync

Sync leads and campaign data with Salesforce, HubSpot, or your custom CRM

Lead Automation

Automatically add leads from forms, events, or external sources

Custom Dashboards

Build internal analytics and reporting tools

Integrations

Connect SendPilot with your favorite tools:

Zapier

Connect to 5,000+ apps with no code

n8n

Self-hosted workflow automation

Make.com

Visual automation for complex workflows

API Capabilities

FeatureDescription
Campaign ManagementList, pause, and resume campaigns
Lead ManagementAdd leads, update status, retrieve details
Inbox MessagingSend messages via LinkedIn
WebhooksReal-time notifications for all events

Example Request

curl https://api.sendpilot.ai/v1/campaigns \
  -H "X-API-Key: YOUR_API_KEY"
{
  "campaigns": [
    {
      "id": "camp_xyz789",
      "name": "Q1 Tech Founders Outreach",
      "status": "started",
      "totalLeads": 150
    }
  ],
  "pagination": {
    "total": 1,
    "page": 1,
    "limit": 20
  }
}

Need Help?

Support

Contact our support team

Documentation

Browse the full documentation