> For the complete documentation index, see [llms.txt](https://help.pixfort.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.pixfort.com/integrations/mailerlite-integration.md).

# Mailerlite Integration

To send the submitted date to your Mailerlite account you should have the following information:

* Your API key from here - <https://app.mailerlite.com/integrations/api/>
* List unique id from here - <https://app.mailerlite.com/integrations/api/>

First you should open the settings of the project and then open the "Forms" tab, then choose Mailerlite and input the API key in the corresponding field at the end of the page.

After that you should open your project inside the builder and click on the "Form Settings" button in the settings of the column which contains the form, then from the right sidebar open the "Settings" tab and choose "Mailerlite" as form type and input the list id in the "List ID" field.

You can find the List ID (Group ID) in your Mailerlite account from here:\
MAILERLITE - Profile > Integrations->Developer API->Subscriber Groups\
\
And you should make sure that each field of the form has the same name in your Mailerlite account, to change field's name simply hover on the field inside the builder and click on the settings button on it, the from the popup you can change field's name, placeholder and set if it's required or not.

{% hint style="info" %}
**Note:** the integration will not work in page preview and will only work after exporting the project.
{% endhint %}


---

# 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://help.pixfort.com/integrations/mailerlite-integration.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.
