logo
IntegrationsPull contacts from CRM
Integrations

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" \
  -H "Authorization: Bearer YOUR_API_TOKEN"
{
  "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_...)
Bearer Token
Bearer Tokenstring
Required

API key as Bearer token

API key as Bearer token
path
typestring
Required

CRM provider type

Options: attio, hubspot, pipedrive, airtable, salesforce
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_...)

header
Authorizationstring
Required

Bearer token. API key as Bearer token

Path Parameters

typestring
Required

CRM provider type

Allowed values:attiohubspotpipedriveairtablesalesforce

Responses