Connection
- Authentication: API key.
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.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Connect Lemlist to your Atako agents — 8 read and 9 write actions.
| 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). |
| 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. |