Agent skill · Data & Analytics

Lemlist Automation

Automate Lemlist multichannel outreach -- manage campaigns, enroll leads, add personalization variables, export campaign data, and handle unsubscribes via the Composio MCP integration.

composio-communitygithub.com/composio-communityGitHub ↗
codex
Install
npx skills add composio-community/awesome-codex-skills --skill lemlist-automation --agent codex

Same command for any agent — swap --agent for claude-code, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Path: composio-skills/lemlist-automation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 15,591
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Lemlist Automation Automate your Lemlist multichannel outreach workflows -- manage campaigns, enroll leads at scale, enrich with custom variables, export campaign data, and clean up unsubscribes. **Toolkit docs:** [composio.dev/toolkits/lemlist](https://composio.dev/toolkits/lemlist) --- ## Setup 1. Add the Composio MCP server to your client: `https://rube.app/mcp` 2. Connect your Lemlist account when prompted (API key authentication) 3. Start using the workflows below --- ## Core Workflows ### 1. List and Discover Campaigns Use `LEMLIST_GET_LIST_CAMPAIGNS` to enumerate all campaigns by status, with pagination support. ``` Tool: LEMLIST_GET_LIST_CAMPAIGNS Inputs: - status: "running" | "draft" | "archived" | "ended" | "paused" | "errors" (optional) - limit: integer (max 100, default 100) - offset: integer (pagination offset) - sortBy: "createdAt" - sortOrder: "asc" | "desc" ``` **Important:** The response may be wrapped as `{campaigns: [...], pagination: {...}}` instead of a flat list. Always extract from the `campaigns` key. ### 2. Get Campaign Details Use `LEMLIST_GET_CAMPAIGN_BY_ID` to validate campaign configuration before writes. ``` Tool: LEMLIST_GET_CAMPAIGN_BY_ID Inputs: -

What's inside
Steps it walks through
  1. Setup
  2. Core Workflows
  3. 1. List and Discover Campaigns
  4. 2. Get Campaign Details
  5. 3. Enroll Leads into a Campaign
  6. 4. Add Custom Variables to a Lead
  7. 5. Export Campaign Leads
  8. 6. Unsubscribe Lead from Campaign
  9. Known Pitfalls
  10. Quick Reference
More from awesome-codex-skills
All skills →
About this skill
What does the Lemlist Automation skill do?

Automate Lemlist multichannel outreach -- manage campaigns, enroll leads, add personalization variables, export campaign data, and handle unsubscribes via the Composio MCP integration.

How do I install it?

Run `npx skills add composio-community/awesome-codex-skills --skill lemlist-automation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From composio-community/awesome-codex-skills, a repository with 15,591 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going