Lemlist

Potencialize seu outreach de vendas e engajamento com o Lemlist – a plataforma de automação de outreach personalizado usada por milhares de equipes comerciais. Com o Lemlist, você automatiza campanhas multicanal, nutre leads e aumenta taxas de resposta, mantendo a comunicação altamente personalizada e autêntica.

Com a integração Lemlist, você pode:

  • Automatizar sequências de outreach: Lance campanhas personalizadas de e-mail, LinkedIn e ligações em escala, sob medida para cada destinatário.
  • Acompanhar atividade da campanha: Monitore instantaneamente aberturas, cliques, respostas, bounces e cada interação do lead para insights granulares.
  • Centralizar dados de engajamento: Busque atividade e respostas em tempo real por campanha ou lead e sincronize diretamente na automação do fluxo.
  • Obter detalhes do lead automaticamente: Recupere informações enriquecidas por e-mail ou ID para manter CRM e processos atualizados sem entrada manual.
  • Enviar e-mails direcionados da sua caixa de entrada: Dispare e-mails sob medida para leads diretamente do fluxo, com templates e dados atualizados.
  • Melhorar colaboração e follow-up da equipe: Atribua leads, acompanhe resultados e garanta que nenhum prospect se perca com as ferramentas nativas do Lemlist — tudo acessível via automação.

O Lemlist capacita equipes de vendas, marketing e outbound a economizar tempo, personalizar em escala e converter mais prospects. Automatize e otimize suas campanhas, integre com seu stack e nunca perca uma oportunidade valiosa.

Gere mais respostas, marque mais reuniões e faça o pipeline crescer conectando o Lemlist aos seus fluxos automatizados hoje!

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., "john@example.com") 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., "sales@company.com")
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