# Crea tu conexión a MailerLite

{% hint style="info" %}
**Conexión Oauth**: El primer paso es registrar GearPlug en tu cuenta para que GearPlug acceda a los datos.
{% endhint %}

Para integrar MailerLite como Plug de GearPlug, necesitarás la API Key de tu cuenta. Sigue los pasos debajo para conseguirla.

1. **Dirígete al menú de Integraciones** en tu cuenta de MailerLite. Una vez ahí, haz clic en “Use” en el bloque de MailerLite API.

<figure><img src="https://lh6.googleusercontent.com/swyqC3ct730uGOMfLqkbB1n1yxwpkloQFaw04Us6tYswq8uFsMV9wc-jvmqj_dYJpt9wcdLdKg5VwbNWL7nKhuLZ-5v6G_tpfQuevCmVcjtj2bdkvMF4i6wEPnEsQ02_ig6-6R3YsvZTKPZN79xuEg" alt=""><figcaption></figcaption></figure>

2. **Deberás generar un nuevo token** para poder integrar una nueva app. Así que haz clic en “Generar nuevo token”, nombra tu token, y copia o descarga la API Key para guardarla.

<figure><img src="https://lh5.googleusercontent.com/90idScDYxtJMTUraUcmCjOHLsXtR185mAxytw1yJ1U-PIcnzqyvOA7i8keq1zOQq-RQaZFbAGYYPBQF2eFSsBae1lk2PMH1zaxBKQhXX535fKZqYcri4cp5M6abtsHq4_6jQ2_7StcL3L47qm7563Q" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Asegúrate de copiar o descargar tu API Key antes de cerrar la ventana de creación. No podrás acceder a este token una vez creado.
{% endhint %}

### Configura el acceso

1. **Dirígete a “Plugs”** en la parte superior de tu interfaz de GearPlug.

<figure><img src="https://lh7-us.googleusercontent.com/F3zT52iqychLLYgHfWxyT1Meg1QPTHi0iyREk3VejGwKH1HmX8fEATzpBZOJJoQWw6BKZFTur4QpQ3YznGhFUDvRZU1LniFCEBA82jNUr3qpDtCc6ch4OrmHF42099KuHt3x685-eFeC38Cqkzm6ag" alt=""><figcaption></figcaption></figure>

2. **Selecciona MailerLite** en el menú desplegable debajo de “Nuevo Plug” y haz clic en “Crear”.

<figure><img src="/files/oBccUPm11dFrdPu41lmj" alt=""><figcaption></figcaption></figure>

3. **Pega tu API Key** en el campo y haz clic en “Agregar” para finalizar la configuración de tu Plug.

<figure><img src="/files/hDV0O2EAXrNaZvTQgijR" alt=""><figcaption></figcaption></figure>


---

# 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.gearplug.io/configura-tus-conexiones/mailerlite/crea-tu-conexion-a-mailerlite.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.
