Inputs
To push a lead into a Lemlist campaign, you'll need an email.
email
(required)first_name
(optional)last_name
(optional)company_name
(optional)
You are able to pass more than this mapping - read the next Parameters section.
Parameters
Add Lead Lemlist Campaign Parameter
campaignId
(required)- On the Lemlist App head over to campaigns.
- Select and click on one of your campaigns - or create a new one
- You will be redirected to a URL such as this one
https://app.lemlist.com/campaigns/cam_ID/leads
- Extract the
cam_ID
value and copy-paste it here or copy-paste the complete URL
email_required
default to true- if checked and no email was passed -> input will be failed
- if unchecked email won't be required but you need to give first_name and last_name in input - a fake email will be created on Lemlist
Deduplicate
- defaults to false- this parameter enables you to check if the lead is already in other campaigns you are working on
- If the lead already exists, it won't be pushed to the campaign
Find Email
- defaults to false- enables you to find the email of a lead that doesn't have any email address on Lemlist
- note that this costs 5 tokens per lead
Verify Email
- defaults to false- enables you to verify the email of a lead
- note that this costs 5 tokens per lead
- this will put the lead to the Deliverable status on Lemlist
LinkedIn Enrichment
- defaults to false
- this parameter will try to find the LinkedIn profile of the lead
- note that this costs 2 tokens per lead
- The mapping (
lemlist_add_lead_campaign_mapping
) enables you to map additional pointskey
which is the data we extract/enrich from a step, likecompany_name
oremail
value
which corresponds to the Lemlist API mapping, likeCompany
orEmail
default
is very helpful to set any additional default value(s) to Lemlist field(s)- if you're using meta, check this article to know how to map your metadata