> For the complete documentation index, see [llms.txt](https://docs.gearplug.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gearplug.io/configura-tus-conexiones/gmail/acciones-de-destino/enviar-nuevo-correo.md).

# Enviar nuevo correo

1. **Selecciona Gmail como tu App de destino**. Selecciona la conexión que deseas usar, o crea una nueva, y haz clic en “Continuar”.

<figure><img src="https://lh3.googleusercontent.com/kksXrYzt2JyknWVIohevFhHpK5ZdsZhLBFWBFg-LBDrBtcGZcE-WJnozo5pIaMMtuzsq0FWquBANJQ3S7Bk9qxgL1Laex8mHugLX54uPJ2zTlyM6VKAeZCYYfjlMTkURbBc_eqOpICVM3K2F3VQd-w" alt=""><figcaption></figcaption></figure>

2. **Selecciona “Enviar nuevo correo”** como tu acción, así como la dirección de correo electrónico que quieres usar. Haz clic en “Continuar” para desplegar la plantilla de datos.

<figure><img src="https://lh3.googleusercontent.com/hbdqHNWleNvRGUfN4mhk5MBabGcgQwEQdtZoWmrWI77B5LrrtvrpcIzENQ7jYf5YBUAO9V5fT1OVSxnk-NTj2UVs7tc0mu965-k4_pmZQNG1V9Ag-zOvSZP1qxWqv8EthXRk6ayW1MRd-hGr1sVXIQ" alt=""><figcaption></figcaption></figure>

3. **Llena la plantilla de datos**, enlazando campos de origen y destino. Debes llenar los campos requeridos, pero puedes saltarte los campos opcionales. Haz clic en “Asociar" cuando hayas terminado.

<figure><img src="https://lh3.googleusercontent.com/_XhQyDvMZrufLH8HdfyhA-n_O8rOFp1iZIxe2UB06Q9A176NJlgmW7hRWsyfg9LBUF3fXR6FB4ZFsJBV2KfTPNmnrAlb2-lMruXv6WSjpOzPK4O_B1PSAzHUClPy5h8SVX50Y7bbVO665Y3gpiyuBw" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Los campos “content plain \[content\_plain]” y “content html \[content\_html]” se refiere al cuerpo de tu correo electrónico. Esto puede ser una constante, copiando una plantilla prediseñada en lugar de asignar un campo de origen.
{% endhint %}

4. **Verifica que tu destino está activo** en la esquina superior derecha. Haz clic en “Agregar destino” o “Finalizar” para agregar más apps o guardar tu Gear.

<figure><img src="https://lh3.googleusercontent.com/JpTyU35dyapEn7wWkzA4o2cH6KsqcDHNt_pDpMA4-4Gdtp3PW2PxsKELIlzODrwEH_M7DlnTXLRpP5ondgGENZalNUoSlNB8rtB7EBg8YLBFgxEzOwihfEJKpe6Aarw0zxoozv6-yggY3f3CygyLfQ" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
¡Asegúrate de encender tu flujo en “Gears” antes de cerrar GearPlug!
{% 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://docs.gearplug.io/configura-tus-conexiones/gmail/acciones-de-destino/enviar-nuevo-correo.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.
