Skip to main content

Adding Leads

Adding leads to an active campaign will take up to 5 minutes for the leads to get synced.This ensures that there is no interruption to the campaigns sending.

Adding leads from existing list

Send a POST request to the following endpoint.
The request takes 1 required body parameter:
lead_list_id
integer
required
The ID of the lead list to add
An example of this request:

Adding leads by their IDs

You can also add individual leads to a campiagn using the lead IDs.Send a POST request to the following endpoint.
The request takes 1 required body parameter:
lead_ids
array
required
An array containing the IDs of the leads to add
An example of this request: