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