Lemlist

Available Lemlist triggers for automating workflows

Lemlist provides 9 triggers for automating workflows based on events.

Triggers

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