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

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:

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/api/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?