{
"_id": "<string>",
"email": "jsmith@example.com",
"firstName": "<string>",
"lastName": "<string>",
"companyName": "<string>",
"phone": "<string>",
"linkedinUrl": "<string>",
"picture": "<string>",
"icebreaker": "<string>",
"timezone": "<string>",
"campaignId": "<string>",
"campaignName": "<string>",
"isUnsubscribed": true
}Objects & Definitions
Lead
A Lead is not to be confused with a Contact.
Lead screenshot from the lemlist app interface
A contact added to a campaign for outreach. Not to be confused with a contact which is a record in lemlist, but not necessarily added to a campaign.
Unique lead identifier
Lead email address
First name
Last name
Company name
Phone number
LinkedIn profile URL
Profile picture URL
Personalized icebreaker text
Lead's timezone in IANA format (e.g., Europe/Paris, America/New_York)
Campaign ID the lead belongs to
Campaign name the lead belongs to
Whether the lead is unsubscribed
Was this page helpful?