The GTM Provider Directory
✓ Use with Deepline today
Outbound Tools

Lemlist

Multi-channel outreach platform with personalization features, LinkedIn automation, and cold email.

cold-emailmulti-channellinkedinpersonalization
Recently updated
2 days ago
Visit Website
7 community mentions
Community SentimentNeutral
NegativePositive
Entry · Deepline integration

Tasks you can run with Lemlist on Deepline

Lemlist is wired into Deepline. 27 actions are available out of the box, runnable from the CLI or as a column step in an enrichment spreadsheet.

Quick start

deepline enrich --input leads.csv --output leads.enriched.csv --with 'result=lemlist_add_to_campaign:{"campaign_id":"{{campaign_id}}","contacts":"{{contacts}}"}' --json
List campaign inventory first and push contacts in small batches with post-write stat checks.

Available actions

Add To Campaign

Adding contacts into a Lemlist campaign

deepline enrich --input leads.csv --output leads.enriched.csv --with 'result=lemlist_add_to_campaign:{"campaign_id":"{{campaign_id}}","contacts":"{{contacts}}"}' --json
fixed0 credits/unit

Campaign Stats

Reading Lemlist campaign performance metrics

deepline enrich --input leads.csv --output leads.enriched.csv --with 'result=lemlist_get_campaign_stats:{"campaign_id":"{{campaign_id}}"}' --json
fixed0 credits/unit

Lemlist Add Sequence Step

Adding a step to a Lemlist sequence

deepline enrich --input leads.csv --output leads.enriched.csv --with 'result=lemlist_add_sequence_step:{"sequence_id":"{{sequence_id}}","type":"email"}' --json
fixed0 credits/unit

Lemlist Add Unsubscribe

Adding an email or domain to Lemlist unsubscribe list

deepline enrich --input leads.csv --output leads.enriched.csv --with 'result=lemlist_add_unsubscribe:{"email":"{{email}}"}' --json
fixed0 credits/unit

Lemlist Add Webhook

Creating a Lemlist webhook for real-time event callbacks

deepline enrich --input leads.csv --output leads.enriched.csv --with 'result=lemlist_add_webhook:{"target_url":"{{target_url}}"}' --json
fixed0 credits/unit

Lemlist Check Credits

Check Lemlist team credit balance

deepline enrich --input leads.csv --output leads.enriched.csv --with 'result=lemlist_check_credits:{}' --json
fixed0 credits/unit

Lemlist Create Campaign

Creating a new Lemlist campaign

deepline enrich --input leads.csv --output leads.enriched.csv --with 'result=lemlist_create_campaign:{"name":"{{name}}"}' --json
fixed0 credits/unit

Lemlist Delete Sequence Step

Deleting a step from a Lemlist sequence

deepline enrich --input leads.csv --output leads.enriched.csv --with 'result=lemlist_delete_sequence_step:{"sequence_id":"{{sequence_id}}","step_id":"{{step_id}}"}' --json
fixed0 credits/unit

Lemlist Delete Unsubscribe

Removing an email from Lemlist unsubscribe list

deepline enrich --input leads.csv --output leads.enriched.csv --with 'result=lemlist_delete_unsubscribe:{"email":"{{email}}"}' --json
fixed0 credits/unit

Lemlist Delete Webhook

Deleting a Lemlist webhook

deepline enrich --input leads.csv --output leads.enriched.csv --with 'result=lemlist_delete_webhook:{"hook_id":"{{hook_id}}"}' --json
fixed0 credits/unit

Lemlist Export Campaign Leads

Exporting leads from a Lemlist campaign with state filtering

deepline enrich --input leads.csv --output leads.enriched.csv --with 'result=lemlist_export_campaign_leads:{"campaign_id":"{{campaign_id}}"}' --json
fixed0 credits/unit

Lemlist Export Unsubscribes

Exporting all Lemlist unsubscribes as CSV

deepline enrich --input leads.csv --output leads.enriched.csv --with 'result=lemlist_export_unsubscribes:{}' --json
fixed0 credits/unit

Lemlist Get Activities

Getting Lemlist campaign activity history

deepline enrich --input leads.csv --output leads.enriched.csv --with 'result=lemlist_get_activities:{}' --json
fixed0 credits/unit

Lemlist Get Campaign Sequences

Viewing all sequences and steps for a Lemlist campaign

deepline enrich --input leads.csv --output leads.enriched.csv --with 'result=lemlist_get_campaign_sequences:{"campaign_id":"{{campaign_id}}"}' --json
fixed0 credits/unit

Lemlist Get Inbox Thread

Reading a Lemlist inbox conversation thread

deepline enrich --input leads.csv --output leads.enriched.csv --with 'result=lemlist_get_inbox_thread:{"contact_id":"{{contact_id}}"}' --json
fixed0 credits/unit

Lemlist Get Unsubscribes

Listing unsubscribed emails in Lemlist

deepline enrich --input leads.csv --output leads.enriched.csv --with 'result=lemlist_get_unsubscribes:{}' --json
fixed0 credits/unit

Lemlist Get Webhooks

Listing all Lemlist webhooks

deepline enrich --input leads.csv --output leads.enriched.csv --with 'result=lemlist_get_webhooks:{}' --json
fixed0 credits/unit

Lemlist List Inbox

Listing Lemlist inbox conversations

deepline enrich --input leads.csv --output leads.enriched.csv --with 'result=lemlist_list_inbox:{"user_id":"{{user_id}}"}' --json
fixed0 credits/unit

Lemlist Mark Lead Interested

Marking a lead as interested in Lemlist

deepline enrich --input leads.csv --output leads.enriched.csv --with 'result=lemlist_mark_lead_interested:{"lead_id_or_email":"{{lead_id_or_email}}"}' --json
fixed0 credits/unit

Lemlist Pause Campaign

Pausing a running Lemlist campaign

deepline enrich --input leads.csv --output leads.enriched.csv --with 'result=lemlist_pause_campaign:{"campaign_id":"{{campaign_id}}"}' --json
fixed0 credits/unit

Lemlist Pause Lead

Pausing a lead in a Lemlist campaign

deepline enrich --input leads.csv --output leads.enriched.csv --with 'result=lemlist_pause_lead:{"lead_id":"{{lead_id}}"}' --json
fixed0 credits/unit

Lemlist Resume Lead

Resuming a paused lead in Lemlist

deepline enrich --input leads.csv --output leads.enriched.csv --with 'result=lemlist_resume_lead:{"lead_id":"{{lead_id}}"}' --json
fixed0 credits/unit

Lemlist Send Email

Sending an email via Lemlist inbox

deepline enrich --input leads.csv --output leads.enriched.csv --with 'result=lemlist_send_email:{"send_user_id":"{{send_user_id}}","send_user_email":"{{send_user_email}}","send_user_mailbox_id":"{{send_user_mailbox_id}}","contact_id":"{{contact_id}}","lead_id":"{{lead_id}}","subject":"{{subject}}","message":"{{message}}"}' --json
fixed0 credits/unit

Lemlist Send Linkedin Message

Sending a LinkedIn message via Lemlist

deepline enrich --input leads.csv --output leads.enriched.csv --with 'result=lemlist_send_linkedin_message:{"send_user_id":"{{send_user_id}}","lead_id":"{{lead_id}}","contact_id":"{{contact_id}}","message":"{{message}}"}' --json
fixed0 credits/unit

Lemlist Update Campaign

Updating Lemlist campaign settings

deepline enrich --input leads.csv --output leads.enriched.csv --with 'result=lemlist_update_campaign:{"campaign_id":"{{campaign_id}}"}' --json
fixed0 credits/unit

Lemlist Update Sequence Step

Updating a step in a Lemlist sequence

deepline enrich --input leads.csv --output leads.enriched.csv --with 'result=lemlist_update_sequence_step:{"sequence_id":"{{sequence_id}}","step_id":"{{step_id}}","type":"email"}' --json
fixed0 credits/unit

List Campaigns

Listing available Lemlist campaigns

deepline enrich --input leads.csv --output leads.enriched.csv --with 'result=lemlist_list_campaigns:{}' --json
fixed0 credits/unit
Entry · Field reports

What people are saying about Lemlist

Real quotes from 5 cited sources across Reddit, HN, X, G2, and community forums.

Contribute · Review

Share your experience with Lemlist

No vendor influence — your review is published as-is. Post anonymously or with your name.

Post anonymously

Community Pros & Cons

Pros

  • Lemlist offers strong support for multi-channel outreach, enabling users to combine email, LinkedIn, and other messaging.
  • It has well-received sequencing capabilities, allowing for personalized outreach at scale.
  • Community members appreciate the insights and analytics provided within the platform, particularly for performance tracking.
  • Users find value in its workflow automation, helping manage and streamline outreach efforts.

Cons

  • Some users report dissatisfaction with the UX, indicating it can be cumbersome and difficult to integrate smoothly with other tools.
  • Issues have been noted with email formatting, particularly with plain text rendering resulting in awkward spacing or newlines.
  • Lemlist lacks standalone data enrichment capabilities, requiring users to rely on external tools for lead enrichment before importing.
  • Community discussions suggest that Lemlist can struggle with deliverability issues, which can hinder outreach performance.

Questions mentioning Lemlist

20 questions reference this provider.

Which AI GTM tools are most commonly used in each category?

Group, just using an updated AI list to see who and what is using from the below:

I need to be able to send company linkedin URLs to clay and then have Clay find people working at just these companies, find their email, add to Lemlist.

Clay Support is sharing a file with you. Ah got it! Yes, when you find people at companies, each person gets sent to a new table automatically. Use "Send row for each item in a list" - this flattens t

I need to be able to send company linkedin URLs to clay and then have Clay find people working at just these companies, find their email, add to Lemlist.

I need to be able to send company linkedin URLs to clay and then have Clay find people working at just these companies, find their email, add to Lemlist.

I'm trying to push leads from clay into lemlist campaign, in the campaign I have the first step that only "deliverable" email status will proceed, I enabled this option (screenshot) thinking that

The Lemlist integration in Clay sends lead data to Lemlist, but it doesn’t automatically enrich or verify emails in Lemlist. You’ll need to enrich emails in Lemlist manually after they arrive. The int

I'm trying to push leads from clay into lemlist campaign, in the campaign I have the first step that only "deliverable" email status will proceed, I enabled this option (screenshot) thinking that

Well, it does say that if switched on, lemlist will enrich it

I'm trying to push leads from clay into lemlist campaign, in the campaign I have the first step that only "deliverable" email status will proceed, I enabled this option (screenshot) thinking that

The Lemlist integration in Clay sends lead data to Lemlist, but it doesn’t automatically trigger Lemlist’s email enrichment or verification features. Even if you enable the “Email enrichment” option i

I'm trying to push leads from clay into lemlist campaign, in the campaign I have the first step that only "deliverable" email status will proceed, I enabled this option (screenshot) thinking that

I'm trying to push leads from clay into lemlist campaign, in the campaign I have the first step that only "deliverable" email status will proceed, I enabled this option (screenshot) thinking that

does anyone know how to use Lemlist to enrich data and find phone numbers? Thanks!

Our https://www.clay.com/university/guide/lemlist-integration-overview?c354c4e8_page=2urce-link" data-entity-id="118802811" data-entity-type="129">Lemlist integration doesn't enrich data or find ph

does anyone know how to use Lemlist to enrich data and find phone numbers? Thanks!

If you need any more help with using Lemlist or enriching phone numbers through our integrations, I’m here to assist. Would you like to share more about what you’re trying to achieve or any specific c

does anyone know how to use Lemlist to enrich data and find phone numbers? Thanks!

Lemlist itself doesn’t find phone numbers use tools like Clay or Apollo for enrichment then sync the data into Lemlist.

does anyone know how to use Lemlist to enrich data and find phone numbers? Thanks!

Exactly right! Our https://www.clay.com/university/guide/lemlist-integration-overview?c354c4e8_page=2 is designed to send enriched data from Clay to Lemlist campaigns, not to find phone numbers. The i

does anyone know how to use Lemlist to enrich data and find phone numbers? Thanks!

does anyone know how to use Lemlist to enrich data and find phone numbers? Thanks!

what are the best automated sales outbound cadence tools for smbs

Based on the discussions in our Pavilion community, here are the best automated sales outbound cadence tools for SMBs: ## Top Recommended Tools: Apollo - Consistently mentioned as a cost-effective s

what are the best automated sales outbound cadence tools for smbs

what are the best automated sales outbound cadence tools for smbs

Sorry if this has been asked before! I’ve used Clay as a solo user, but I’m now looking to roll it out to about 100 Sales reps globally.

Sorry if this has been asked before! I’ve used Clay as a solo user, but I’m now looking to roll it out to about 100 Sales reps globally.

Sorry if this has been asked before! I’ve used Clay as a solo user, but I’m now looking to roll it out to about 100 Sales reps globally.

1) Salesforce form or Slack integration is both fine (Clay gets triggered via Webhook) -The rep request lands in a “gatekeeper” table managed by RevOps Admin -Clay enriches only after the request pass

Sorry if this has been asked before! I’ve used Clay as a solo user, but I’m now looking to roll it out to about 100 Sales reps globally.

I understand your point, the goal isn't to give them access to the tables and enrichment, but to give them the ability to call Clay to get the enrichment done in SF without burning the credits and to

What cadence management tools offer real-time call coaching and sequences?

What cadence management solution for their SDRs/prospect AEs. Any new ones worth checking out? I’m at the minimum looking for real time call coaching and sequences

What cadence management tools offer real-time call coaching and sequences?

My go-to stack would be: • CommonRoom - prospecting, data, contextual signals, research agents, and your bdrs/aes can collaborate on what's working • Outreach as sequencer because it's embedded into C

Sorry if this has been asked before

Sorry if this has been asked before

Quick Facts

Category
Outbound Tools
Community Mentions
7
Sentiment Score
Neutral (0.15)

All opinions are community-sourced from real GTM practitioners. No vendor can claim or edit this page.