Add Leads to Campaign
Leads
Add Leads to Campaign
Bulk-insert leads into a draft campaign.
POST
Add Leads to Campaign
CLI:
Overview
Bulk-insert leads into adraft campaign. Deduplicates by email (email campaigns) or linkedin_url (LinkedIn campaigns) — both within the batch and against existing rows. Identity is normalized (lowercased email; LinkedIn URLs stripped of trailing slashes and query strings). Only draft campaigns accept new leads. After insert, campaigns.stats is recomputed atomically.
This operation shares the URL path
/api/campaigns/{id}/leads with other verbs. See the sibling page for related operations on the same resource.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Campaign UUID
Body
application/json
Required array length:
1 - 1000 elements