Leads
Add Leads to Campaign
Add one or more leads to an existing campaign. Leads are automatically deduplicated within the same campaign.
POST
Headers
Your LinkedCamp API token.
Body Parameters
The ID of the campaign to add leads to. The campaign must not be in
DELETED or FAILED status.Array of lead objects to add.
- Leads that already exist in the campaign (matched by
profileLink) will be skipped. - Sales Navigator and Recruiter URLs are automatically converted to standard LinkedIn URLs.
- You can pass additional custom fields on each lead object.
Response
Whether the request was successful.
A human-readable result message.
