> For the complete documentation index, see [llms.txt](https://www.cakewalk.security/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.cakewalk.security/docs/human-access/connections-and-integrations/integration-guides/lemlist.md).

# Lemlist

Connect Lemlist to Cakewalk for auto-provisioning with an admin account, including how to set up MFA.

### :sparkles: Auto Provisioning

| **Authentication method** | Username & password                                  |
| ------------------------- | ---------------------------------------------------- |
| **Required permissions**  | `Admin`                                              |
| **Required metadata**     | None                                                 |
| **MFA**                   | Supported. Setup details [here](#how-to-set-up-mfa). |

<details>

<summary><strong>How to set up MFA</strong></summary>

1. Navigate to [Lemlist](https://app.lemlist.com) and open the account menu.

![](https://colony-recorder.s3.amazonaws.com/files/2026-07-14/9b2a652f-ce8c-4245-b7fe-38de72a6423f/ascreenshot_1eff28a206f34aa0bf17871101add267_text_export.jpeg)

2. Click the account menu.

![](https://colony-recorder.s3.amazonaws.com/files/2026-07-14/9b2a652f-ce8c-4245-b7fe-38de72a6423f/ascreenshot_222c560da06d4bafbb6ca57fe204721d_text_export.jpeg)

3. Click `Settings`.

![](https://colony-recorder.s3.amazonaws.com/files/2026-07-14/f544bece-ba2e-4d15-8b52-4b3c3b3cd848/ascreenshot_e2692fed330c4bbc9e14a462789fd0c7_text_export.jpeg)

4. Click `Enable` next to `Two-factor authentication`.

![](https://colony-recorder.s3.amazonaws.com/files/2026-07-14/a50a9e1c-a1c1-4b4a-90fd-d2ea667ac7d0/ascreenshot_be6f79407f254ed492ea80758bf5ba53_text_export.jpeg)

5. Copy the `MFA Secret`.

![](https://colony-recorder.s3.amazonaws.com/files/2026-07-14/b473787c-d65a-4590-9c0f-72f53b8c5990/ascreenshot_6cdadf0a2a704d68bac1188b9a63d14f_text_export.jpeg)

6. Navigate to Cakewalk and enable the `Multi-Factor Authentication` toggle.

![](https://colony-recorder.s3.amazonaws.com/files/2026-07-14/474cc392-ca00-4550-bd4d-6c581676ee12/ascreenshot_ed165d7eb6d444f4a29164b36ace2a5b_text_export.jpeg)

7. Paste the `MFA Secret` into the `MFA Secret` field.

![](https://colony-recorder.s3.amazonaws.com/files/2026-07-14/56b23d21-a44b-4db0-a086-b658878165f9/ascreenshot_7152e2d405ad4deb85f27b7cf19400b9_text_export.jpeg)

8. Copy the `One-Time Password`.

![](https://colony-recorder.s3.amazonaws.com/files/2026-07-14/37e338c7-a50e-4fd4-9153-8d698231ad9e/ascreenshot_1977137e01dd44c3a57debf82b348ac4_text_export.jpeg)

9. Navigate back to Lemlist and click `Continue` to enter the authentication code.

![](https://colony-recorder.s3.amazonaws.com/files/2026-07-14/6ca02946-2aa7-406c-9212-9ddc84a29627/ascreenshot_cf19045a14934a129e2e744198cc6da9_text_export.jpeg)

10. Paste the `One-Time Password` into the authentication code fields.

![](https://colony-recorder.s3.amazonaws.com/files/2026-07-14/3d3232d8-eaa2-4273-b2f0-bdfa72ccd07e/ascreenshot_2e57efc2cdb94147914276f179dc9a64_text_export.jpeg)

![](https://colony-recorder.s3.amazonaws.com/files/2026-07-14/205fbda8-56e3-4efe-9797-fc42f455330/ascreenshot_fd75a7fe8e524860b7684d08dd9dbce9_text_export.jpeg)

11. Confirm the 2FA setup.

![](https://colony-recorder.s3.amazonaws.com/files/2026-07-14/900d9d40-8357-4908-995f-eef9d62b0b08/ascreenshot_2a578342d44746cd88e08ace6c1f062e_text_export.jpeg)

12. Click `Save & Enable` to finish.

![](https://colony-recorder.s3.amazonaws.com/files/2026-07-14/0fbccd03-7da4-42c0-a9fa-b144457a414b/ascreenshot_419bc243f51947beb30e62141255f6d6_text_export.jpeg)

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://www.cakewalk.security/docs/human-access/connections-and-integrations/integration-guides/lemlist.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
