Thanks to visit codestin.com
Credit goes to docs.sim.ai

Lemlist

Supercharge your sales outreach and engagement with Lemlist – the personalized outreach automation platform trusted by thousands of sales teams. With Lemlist, you can automate multi-channel campaigns, nurture leads, and boost reply rates, all while keeping your communication highly personalized and authentic.

With the Lemlist integration, you can:

  • Automate outreach sequences: Launch personalized email, LinkedIn, and calling campaigns at scale, tailored to each recipient.
  • Track campaign activity: Instantly monitor opens, clicks, replies, bounces, and every lead interaction for granular campaign insights.
  • Centralize engagement data: Fetch real-time activity and replies for each campaign or lead, and sync it directly into your workflow automation.
  • Get lead details automatically: Retrieve enriched lead information by email or ID to keep your CRM and processes up to date without manual data entry.
  • Send targeted emails from your inbox: Trigger bespoke emails to leads directly from the workflow, using up-to-date templates and data.
  • Boost team collaboration and follow-up: Assign leads, track outcomes, and ensure no prospect is lost thanks to Lemlist’s built-in tools—all accessible via automation.

Lemlist empowers sales, marketing, and outbound teams to save time, personalize at scale, and convert more prospects. Automate and optimize your campaigns, integrate with your stack, and never miss a valuable opportunity.

Drive more replies, book more meetings, and grow your pipeline by connecting Lemlist to your automated workflows today!

Usage Instructions

Integrate Lemlist into your workflow. Retrieve campaign activities and replies, get lead information, and send emails through the Lemlist inbox.

Actions

lemlist_get_activities

Retrieves campaign activities and steps performed, including email opens, clicks, replies, and other events.

Input

ParameterTypeRequiredDescription
apiKeystringYesLemlist API key
typestringNoFilter by activity type (e.g., emailOpened, emailClicked, emailReplied, paused)
campaignIdstringNoFilter by campaign ID (e.g., "cam_abc123def456")
leadIdstringNoFilter by lead ID (e.g., "lea_abc123def456")
isFirstbooleanNoFilter for first activity only
limitnumberNoNumber of results per request (e.g., 50). Max 100, default 100
offsetnumberNoNumber of records to skip for pagination (e.g., 0, 100, 200)

Output

ParameterTypeDescription
activitiesarrayList of activities
_idstringActivity ID
typestringActivity type
leadIdstringAssociated lead ID
campaignIdstringCampaign ID
sequenceIdstringSequence ID
stepIdstringStep ID
createdAtstringWhen the activity occurred
countnumberNumber of activities returned

lemlist_get_lead

Retrieves lead information by email address or lead ID.

Input

ParameterTypeRequiredDescription
apiKeystringYesLemlist API key
leadIdentifierstringYesLead email address (e.g., "[email protected]") or lead ID (e.g., "lea_abc123def456")

Output

ParameterTypeDescription
_idstringLead ID
emailstringLead email address
firstNamestringLead first name
lastNamestringLead last name
companyNamestringCompany name
jobTitlestringJob title
companyDomainstringCompany domain
isPausedbooleanWhether the lead is paused
campaignIdstringCampaign ID the lead belongs to
contactIdstringContact ID
emailStatusstringEmail deliverability status

lemlist_send_email

Sends an email to a contact through the Lemlist inbox.

Input

ParameterTypeRequiredDescription
apiKeystringYesLemlist API key
sendUserIdstringYesIdentifier for the user sending the message (e.g., "usr_abc123def456")
sendUserEmailstringYesEmail address of the sender (e.g., "[email protected]")
sendUserMailboxIdstringYesMailbox identifier for the sender (e.g., "mbx_abc123def456")
contactIdstringYesRecipient contact identifier (e.g., "con_abc123def456")
leadIdstringYesAssociated lead identifier (e.g., "lea_abc123def456")
subjectstringYesEmail subject line
messagestringYesEmail message body in HTML format
ccjsonNoArray of CC email addresses

Output

ParameterTypeDescription
okbooleanWhether the email was sent successfully

Triggers

A Trigger is a block that starts a workflow when an event happens in this service.

Lemlist Email Bounced

Trigger workflow when an email bounces

Configuration

ParameterTypeRequiredDescription
apiKeystringYesRequired to create the webhook in Lemlist.
campaignIdstringNoOptionally scope the webhook to a specific campaign

Output

ParameterTypeDescription
_idstringUnique activity identifier
typestringActivity type (e.g., emailsSent, emailsReplied)
createdAtstringActivity creation timestamp (ISO 8601)
teamIdstringLemlist team identifier
leadIdstringLead identifier (only present for campaign activities)
campaignIdstringCampaign identifier (only present for campaign activities)
campaignNamestringCampaign name (only present for campaign activities)
emailstringLead email address
firstNamestringLead first name
lastNamestringLead last name
companyNamestringLead company name
linkedinUrlstringLead LinkedIn profile URL
sequenceIdstringSequence identifier
sequenceStepnumberCurrent step in the sequence (0-indexed)
totalSequenceStepnumberTotal number of steps in the sequence
isFirstbooleanWhether this is the first activity of this type for this step
sendUserIdstringSender user identifier
sendUserEmailstringSender email address
sendUserNamestringSender display name
messageIdstringEmail message ID that bounced
errorMessagestringBounce error message

Lemlist Email Clicked

Trigger workflow when a lead clicks a link in an email

Configuration

ParameterTypeRequiredDescription
apiKeystringYesRequired to create the webhook in Lemlist.
campaignIdstringNoOptionally scope the webhook to a specific campaign

Output

ParameterTypeDescription
_idstringUnique activity identifier
typestringActivity type (e.g., emailsSent, emailsReplied)
createdAtstringActivity creation timestamp (ISO 8601)
teamIdstringLemlist team identifier
leadIdstringLead identifier (only present for campaign activities)
campaignIdstringCampaign identifier (only present for campaign activities)
campaignNamestringCampaign name (only present for campaign activities)
emailstringLead email address
firstNamestringLead first name
lastNamestringLead last name
companyNamestringLead company name
linkedinUrlstringLead LinkedIn profile URL
sequenceIdstringSequence identifier
sequenceStepnumberCurrent step in the sequence (0-indexed)
totalSequenceStepnumberTotal number of steps in the sequence
isFirstbooleanWhether this is the first activity of this type for this step
sendUserIdstringSender user identifier
sendUserEmailstringSender email address
sendUserNamestringSender display name
messageIdstringEmail message ID containing the clicked link
clickedUrlstringURL that was clicked

Lemlist Email Opened

Trigger workflow when a lead opens an email

Configuration

ParameterTypeRequiredDescription
apiKeystringYesRequired to create the webhook in Lemlist.
campaignIdstringNoOptionally scope the webhook to a specific campaign

Output

ParameterTypeDescription
_idstringUnique activity identifier
typestringActivity type (e.g., emailsSent, emailsReplied)
createdAtstringActivity creation timestamp (ISO 8601)
teamIdstringLemlist team identifier
leadIdstringLead identifier (only present for campaign activities)
campaignIdstringCampaign identifier (only present for campaign activities)
campaignNamestringCampaign name (only present for campaign activities)
emailstringLead email address
firstNamestringLead first name
lastNamestringLead last name
companyNamestringLead company name
linkedinUrlstringLead LinkedIn profile URL
sequenceIdstringSequence identifier
sequenceStepnumberCurrent step in the sequence (0-indexed)
totalSequenceStepnumberTotal number of steps in the sequence
isFirstbooleanWhether this is the first activity of this type for this step
sendUserIdstringSender user identifier
sendUserEmailstringSender email address
sendUserNamestringSender display name
messageIdstringEmail message ID that was opened

Lemlist Email Replied

Trigger workflow when a lead replies to an email

Configuration

ParameterTypeRequiredDescription
apiKeystringYesRequired to create the webhook in Lemlist.
campaignIdstringNoOptionally scope the webhook to a specific campaign

Output

ParameterTypeDescription
_idstringUnique activity identifier
typestringActivity type (e.g., emailsSent, emailsReplied)
createdAtstringActivity creation timestamp (ISO 8601)
teamIdstringLemlist team identifier
leadIdstringLead identifier (only present for campaign activities)
campaignIdstringCampaign identifier (only present for campaign activities)
campaignNamestringCampaign name (only present for campaign activities)
emailstringLead email address
firstNamestringLead first name
lastNamestringLead last name
companyNamestringLead company name
linkedinUrlstringLead LinkedIn profile URL
sequenceIdstringSequence identifier
sequenceStepnumberCurrent step in the sequence (0-indexed)
totalSequenceStepnumberTotal number of steps in the sequence
isFirstbooleanWhether this is the first activity of this type for this step
sendUserIdstringSender user identifier
sendUserEmailstringSender email address
sendUserNamestringSender display name
subjectstringEmail subject line
textstringEmail body content (HTML)
messageIdstringEmail message ID (RFC 2822 format)
emailIdstringLemlist email identifier

Lemlist Email Sent

Trigger workflow when an email is sent

Configuration

ParameterTypeRequiredDescription
apiKeystringYesRequired to create the webhook in Lemlist.
campaignIdstringNoOptionally scope the webhook to a specific campaign

Output

ParameterTypeDescription
_idstringUnique activity identifier
typestringActivity type (e.g., emailsSent, emailsReplied)
createdAtstringActivity creation timestamp (ISO 8601)
teamIdstringLemlist team identifier
leadIdstringLead identifier (only present for campaign activities)
campaignIdstringCampaign identifier (only present for campaign activities)
campaignNamestringCampaign name (only present for campaign activities)
emailstringLead email address
firstNamestringLead first name
lastNamestringLead last name
companyNamestringLead company name
linkedinUrlstringLead LinkedIn profile URL
sequenceIdstringSequence identifier
sequenceStepnumberCurrent step in the sequence (0-indexed)
totalSequenceStepnumberTotal number of steps in the sequence
isFirstbooleanWhether this is the first activity of this type for this step
sendUserIdstringSender user identifier
sendUserEmailstringSender email address
sendUserNamestringSender display name
subjectstringEmail subject line
textstringEmail body content (HTML)
messageIdstringEmail message ID (RFC 2822 format)
emailIdstringLemlist email identifier

Lemlist Lead Interested

Trigger workflow when a lead is marked as interested

Configuration

ParameterTypeRequiredDescription
apiKeystringYesRequired to create the webhook in Lemlist.
campaignIdstringNoOptionally scope the webhook to a specific campaign

Output

ParameterTypeDescription
_idstringUnique activity identifier
typestringActivity type (e.g., emailsSent, emailsReplied)
createdAtstringActivity creation timestamp (ISO 8601)
teamIdstringLemlist team identifier
leadIdstringLead identifier (only present for campaign activities)
campaignIdstringCampaign identifier (only present for campaign activities)
campaignNamestringCampaign name (only present for campaign activities)
emailstringLead email address
firstNamestringLead first name
lastNamestringLead last name
companyNamestringLead company name
linkedinUrlstringLead LinkedIn profile URL
sequenceIdstringSequence identifier
sequenceStepnumberCurrent step in the sequence (0-indexed)
totalSequenceStepnumberTotal number of steps in the sequence
isFirstbooleanWhether this is the first activity of this type for this step

Lemlist Lead Not Interested

Trigger workflow when a lead is marked as not interested

Configuration

ParameterTypeRequiredDescription
apiKeystringYesRequired to create the webhook in Lemlist.
campaignIdstringNoOptionally scope the webhook to a specific campaign

Output

ParameterTypeDescription
_idstringUnique activity identifier
typestringActivity type (e.g., emailsSent, emailsReplied)
createdAtstringActivity creation timestamp (ISO 8601)
teamIdstringLemlist team identifier
leadIdstringLead identifier (only present for campaign activities)
campaignIdstringCampaign identifier (only present for campaign activities)
campaignNamestringCampaign name (only present for campaign activities)
emailstringLead email address
firstNamestringLead first name
lastNamestringLead last name
companyNamestringLead company name
linkedinUrlstringLead LinkedIn profile URL
sequenceIdstringSequence identifier
sequenceStepnumberCurrent step in the sequence (0-indexed)
totalSequenceStepnumberTotal number of steps in the sequence
isFirstbooleanWhether this is the first activity of this type for this step

Lemlist LinkedIn Replied

Trigger workflow when a lead replies to a LinkedIn message

Configuration

ParameterTypeRequiredDescription
apiKeystringYesRequired to create the webhook in Lemlist.
campaignIdstringNoOptionally scope the webhook to a specific campaign

Output

ParameterTypeDescription
_idstringUnique activity identifier
typestringActivity type (e.g., emailsSent, emailsReplied)
createdAtstringActivity creation timestamp (ISO 8601)
teamIdstringLemlist team identifier
leadIdstringLead identifier (only present for campaign activities)
campaignIdstringCampaign identifier (only present for campaign activities)
campaignNamestringCampaign name (only present for campaign activities)
emailstringLead email address
firstNamestringLead first name
lastNamestringLead last name
companyNamestringLead company name
linkedinUrlstringLead LinkedIn profile URL
sequenceIdstringSequence identifier
sequenceStepnumberCurrent step in the sequence (0-indexed)
totalSequenceStepnumberTotal number of steps in the sequence
isFirstbooleanWhether this is the first activity of this type for this step
textstringLinkedIn message content

Lemlist Webhook (All Events)

Trigger workflow on any Lemlist webhook event

Configuration

ParameterTypeRequiredDescription
apiKeystringYesRequired to create the webhook in Lemlist.
campaignIdstringNoOptionally scope the webhook to a specific campaign

Output

ParameterTypeDescription
_idstringUnique activity identifier
typestringActivity type (e.g., emailsSent, emailsReplied)
createdAtstringActivity creation timestamp (ISO 8601)
teamIdstringLemlist team identifier
leadIdstringLead identifier (only present for campaign activities)
campaignIdstringCampaign identifier (only present for campaign activities)
campaignNamestringCampaign name (only present for campaign activities)
emailstringLead email address
firstNamestringLead first name
lastNamestringLead last name
companyNamestringLead company name
linkedinUrlstringLead LinkedIn profile URL
sequenceIdstringSequence identifier
sequenceStepnumberCurrent step in the sequence (0-indexed)
totalSequenceStepnumberTotal number of steps in the sequence
isFirstbooleanWhether this is the first activity of this type for this step
sendUserIdstringSender user identifier
sendUserEmailstringSender email address
sendUserNamestringSender display name
subjectstringEmail subject line
textstringEmail body content (HTML)
messageIdstringEmail message ID (RFC 2822 format)
emailIdstringLemlist email identifier
clickedUrlstringURL that was clicked (for emailsClicked events)
errorMessagestringError message (for bounce/failed events)

On this page