> For the complete documentation index, see [llms.txt](https://docs.omnileads.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.omnileads.net/mensajes-masivos-pro/creacion-de-envios.md).

# Creación de Envios

Para utilizar los Envios Masivos, es importante contar con una línea de Whatsapp Business activa. Para mas información respecto a dar de alta una Línea de Whatsapp Business, puede revisar la sección de [Configuración del Canal de Whatsapp (Pro).](/configuracion-whatsapp-business.md)

Además, debe contar con una Subscripción activa a OMniLeads Enterprise.

Para realizar un envío de Mensajes Masivos, se debe ingresar al Menú Principal -> Mensajes Masivos:

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

Desde allí, deberá seleccionar:

* La Línea de Whatsapp Business sobre la cual se enviarán los mensajes.
* El Template Aprobado por Meta sincronizado desde la plataforma de GupShup. Para mayor información en este punto, recomendamos revisar la sección de [Templates Aprobados](/configuracion-whatsapp-business/lineas.md#acerca-de-los-templates-aprobados-por-whatsapp).
* La base de datos de contactos destino de los mensajes personalizados.

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

Finalmente al clickear en "Crear", se habilitará una vista para el mapeo entre los datos personalizados del Contacto en la base previamente cargada y las variables del template asociado al envio.

En el ejemplo debajo se observa un template asociado al Segmento Salud para Confirmación de Turnos, donde cada variable entre llaves ({X}) permitirá personalizarse mediante información correspondiente a columnas de la base de datos.

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

Al Guardar los datos, OMniLeads listará la órden de envío y estará listo para procesarlo tan pronto el usuario lo ejecute dese las opciones de envio:

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


---

# 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.omnileads.net/mensajes-masivos-pro/creacion-de-envios.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.
