# Crea tu conexión a SendinBlue

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

Para crear tu Plug para SendinBlue, solo necesitas la API Key de tu cuenta.

### 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/wz3OUvI3JWi65gegjtoTZzGp8Cpz8SiIC-nHVCUTRMmZcjEiX5DO2IAGrmOuWctvkSB72U-dHrBa5-FRt9iEi0hADmiaJJA6_LIyElNiUUpttaEsRWVQaXubRg1QYco6FAMxGAtMDmGoKiTy11nx3g" alt=""><figcaption></figcaption></figure>

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

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

3. **Dirígete a “SMTP & API”** en tu cuenta de SendinBlue.

<figure><img src="https://lh3.googleusercontent.com/vfv88ajX1NGlx-HtOGtaDQgU73QM4d0xh1wypOBTkf2u4nU3W4oRprwBqO0_rwd41tDIior19_u28LHjaTEbrA5Xu-84fsTR_ItN_2rsV8xh5bYUVkZSp8YJ7HIskl-3ovFNKfatvZNOUh0_-q2x4Q" alt=""><figcaption></figcaption></figure>

4. **Haz clic en “Generar una nueva API Key”** dentro de la sección “API Keys” y asigna un nombre a tu API. Asegúrate de copiar tu API Key en la siguiente pestaña antes de finalizar la configuración.

<figure><img src="https://lh5.googleusercontent.com/mHt9by0NPu5tEHe7hu8JRNhaplirU20oiyivyqA0aZvxuSNLJWwki-FPl0ALPcHu50Ag9GWFfNN2YnYSC0-04FoC5nUbMODZYtqm8JHAf_v7u-_9kLmwcZ4fakK02gEjJGzPV4KSieKdFlq7rBZuvA" alt=""><figcaption></figcaption></figure>

5. **Pega tu API Key** en el campo correspondiente dentro de GearPlug. Haz clic en “Agregar” para terminar de configurar tu Plug.

<figure><img src="/files/AOXsoV13mSwefob5ylcX" 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/sendinblue/crea-tu-conexion-a-sendinblue.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.
