# Lemlist

Overview: Connect to your Lemlist workspace to access email campaign data, lead management, and outreach analytics.

#### Detailed Functions:

Team & User Management:

* Get Team Members: View all team members and their roles
* Get User Details: Detailed information about specific team members by username

Campaign Management:

* Get All Campaigns: Complete overview of all email campaigns
* Get Campaign by Name: Detailed campaign statistics and performance metrics
* Get Campaign Sequence: Email sequence steps and automation workflows

Lead & Contact Management:

* Is This Email a Lead: Check if specific email addresses are in your lead database
* Get All Leads in Campaign: Complete lead lists for specific campaigns

Compliance & Unsubscribe Management:

* Get All Unsubscribes: Complete list of unsubscribed email addresses
* Is This Email Unsubscribed: Check unsubscribe status for specific contacts

Use Cases:

* "Show me the performance of our Q4 outreach campaign"
* "Which campaigns have the highest open rates?"
* "Check if <john@company.com> is in our lead database"
* "How many people unsubscribed from the product launch sequence?"
* "What's the email sequence for our onboarding campaign?"
* "Which team member manages the enterprise outreach?"


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.calk-ai.com/knowledge/integrations/lemlist.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
