> ## Documentation Index
> Fetch the complete documentation index at: https://docs.atako.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Lemlist

> Connect Lemlist to your Atako agents — 8 read and 9 write actions.

Let your agents manage Lemlist cold-outreach campaigns, leads, unsubscribes and activity history.

## Connection

* **Authentication**: API key.

<Note>
  Lemlist → Settings → Integrations → Generate a new API key → copy the key. The key grants full access to your Lemlist account (no scopes to pick).

  See [Lemlist's documentation](https://app.lemlist.com/settings/integrations).
</Note>

## Read actions (8)

| Action                        | Description                                                                      |
| ----------------------------- | -------------------------------------------------------------------------------- |
| `get_campaign`                | Retrieve detailed information about a specific campaign.                         |
| `get_lead_by_email`           | Search for a lead by email address across all campaigns.                         |
| `get_team`                    | Retrieve information about the team.                                             |
| `get_team_credits`            | Retrieve the remaining credits balance for the team.                             |
| `list_activities`             | List campaign activities, optionally filtered by type, campaign or date range.   |
| `list_campaign_leads`         | List leads in a campaign, optionally filtered by state.                          |
| `list_campaigns`              | List all campaigns in the team, with optional status filter.                     |
| `list_unsubscribed_variables` | List all unsubscribed variables (emails, domains, LinkedIn URLs, phone numbers). |

## Write actions (9)

| Action                      | Description                                                                         |
| --------------------------- | ----------------------------------------------------------------------------------- |
| `create_lead_in_campaign`   | Create a new lead and add it to a campaign.                                         |
| `delete_lead_from_campaign` | Remove a lead from a campaign.                                                      |
| `mark_lead_interested`      | Mark a lead as interested across all campaigns.                                     |
| `mark_lead_not_interested`  | Mark a lead as not interested across all campaigns.                                 |
| `pause_campaign`            | Pause a running campaign.                                                           |
| `resubscribe_variable`      | Remove a variable from the unsubscribe list (re-subscribe).                         |
| `start_campaign`            | Start or resume a paused campaign.                                                  |
| `unsubscribe_variable`      | Add a variable (email, domain, LinkedIn URL, phone number) to the unsubscribe list. |
| `update_lead_in_campaign`   | Update an existing lead in a campaign.                                              |

## Permissions

Every action above must be explicitly granted to an agent before it can be used. See [Permissions](/integrations/permissions) for the grant model and [Security](/integrations/security) for how credentials are protected.
