# Cómo enviar emails desde la API

Además de nuestro servicio SMTP, ponemos a tu disposición nuestro servicio de API para que puedas integrarla a otros sistemas.&#x20;

Una API es un conjunto de definiciones y protocolos que permiten la comunicación e integración entre dos aplicaciones de software.

En primer lugar, tendrás que crear una clave que te permita realizar la integración. A continuación te mostramos cómo hacerlo:&#x20;

### Creación clave API

1. Dirígete a la sección **Mis Dominios** ubicada en el menú lateral.

![](https://lh6.googleusercontent.com/FoLXh_-EkHl7YADcwL2jQEDzVhqcuymTXOtUjrsR8TtmpuzvFPIWwkGsj3HeUaywl2IGSJ4K6hin9GXcxI9LvE3sX-4qcsL1Wh88JJqwPyuFsspi-FZmhGVaUN6Afk-t65pYk61BG_EJf3VHH8lLDeo)

2. Una vez allí, verás listado el dominio que tienes activo actualmente. Haz clic en el botón **VER MÁS** para ingresar al detalle.

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

3. En esa página, dirígete al apartado de **CLAVE API** y haz clic en el botón **CREAR CLAVE**&#x20;

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

4. Este botón te llevará a un apartado donde puedes generar la clave y gestionarla una vez que la hayas creado. Ahora haz clic en el botón **Agregar Clave**.

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

5. En este punto, se abrirá una ventana en la que debes escribir el nombre que deseas ponerle a la clave API para identificarla. Una vez que lo hagas haz clic en el botón **Crear Clave**.

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

6. Cuando la hayas generado se mostrará por única vez. Por esta razón, te recomendamos copiarla o descargarla para guardarla en un lugar seguro.

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

### Implementación en tu sitio o plataforma

En esta sección te brindaremos todos los detalles técnicos para que puedas implementarlo en tu sitio o plataforma.

{% embed url="<https://api-transaccional.envialosimple.email/>" %}


---

# 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://ayuda.envialosimple.email/como-enviar-emails-desde-la-api.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.
