logo
IntegrationsPull contacts from CRM

Pull contacts from CRM

Creates an async job to import contacts from the connected CRM into SendKit leads. Returns the job ID to track progress via the jobs endpoint.

curl -X POST "https://api.sendkit.ai/v1/integrations/crm/attio/pull" \
  -H "Content-Type: application/json" \
  -H "X-Api-Key: YOUR_API_KEY"
{
  "success": true,
  "data": {
    "jobId": "664a1b2c3d4e5f6a7b8c9d30",
    "status": "pending"
  }
}
POST
/v1/integrations/crm/{type}/pull
POST
API Key (header: X-Api-Key)
X-Api-Keystring
Required

Platform API key (sk_user_...) or Workspace API key (sk_...)

Platform API key (sk_user_...) or Workspace API key (sk_...)
path
typestring
Required

CRM provider type

Options: attio, hubspot, pipedrive, airtable, salesforce, supabase
Request Preview
Response

Response will appear here after sending the request

Authentication

header
X-Api-Keystring
Required

API Key for authentication. Platform API key (sk_user_...) or Workspace API key (sk_...)

Path Parameters

typestring
Required

CRM provider type

Allowed values:attiohubspotpipedriveairtablesalesforcesupabase

Responses