Lead Lists
Push Leads to Campaign
Push leads from a list or by IDs to a campaign
POST
Move or copy leads into a campaign for outreach. You can push specific leads by ID, all leads from a list, or all leads in your account.
Query Parameters
Your SmartLead API key
Request Body
Target campaign ID. Either
campaignId or campaignName must be provided.Target campaign name. If campaign doesn’t exist, a new one is created.
Whether to
copy or move leads. Move removes them from the source.Lead selection criteria
Source list ID to push leads from
Specific lead IDs to push. Array of numbers, 1-10,000 items.
Set to
true to push all leads. When true, listId and leadIds should not be provided.Import settings for the campaign (e.g., block list handling)
Additional filters to apply when selecting leads
Response Codes
Request successful
Invalid request parameters or malformed request body
Invalid or missing API key
Request validation failed. Check parameter types and constraints.
