> For the complete documentation index, see [llms.txt](https://docs-es.sinch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-es.sinch.com/whatsapp/sinch-messaging-platform/como-montar-um-arquivo.md).

# Como armar un archivo

{% hint style="info" %}
El archivo de contactos puede estar en formato XLSX, CSV o TXT y deben tener como máximo 15 MB.
{% endhint %}

## Como armar un archivo XLSX

Para armar un archivo en Excel o en Google Spreadsheet, debe seguir algunas premisas:

* La **primera línea** se compone por **títulos**
* La **primera columna** debe tener el título **`destinationy`** los **números de los contactos**
* Las **demás columnas** son completadas por **placeholders ou variables** que pueden ser utilizadas en el cuerpo del mensaje o en las variables del HSM
* **Una de las columnas** puede ser usada como **Correlation ID** (con el título de **`correlationid`**) para identificar a los clientes en los reportes.

Ejemplo:

| destination   | name   | info | correlationid |
| ------------- | ------ | ---- | ------------- |
| 5511987654321 | André  | Wavy | campanha\_X   |
| 5511912345678 | Mozart | Wavy | campanha\_Y   |

{% hint style="info" %}
Consejo: para evitar conflictos o problemas, sugerimos limpiar el formato de la tabla. Para limpiar en Excel, selecione la tabla entera y haga click en **Clear** (Limpiar) / **Clear all formats** (Limpiar todos los formatos). Luego seleccione la primer columna (`destination`), haga click con el botón derecho y seleccione **Format Cells** (Formatear celdas), seleccione **Numbers** (Números) y configure **0 decimales**.
{% endhint %}

![](/files/-LQj4Vuhm4IIeCh7hZXn)

![](/files/-LQj4VuiDCG3B22MMwwx)

{% hint style="info" %}
Consejo: En Google Spreadsheet, selecione la tabla completa, haga click en **Formatear** en la barra de herramientas y luego en **Limpiar Formato**.
{% endhint %}

![](/files/-LQj4Vuk0BYOii8-76A5)

## Como armar un archivo CSV

Para armar un archivo en Excel o en Google Spreadsheet, siga el mismo procedimento realizado anteriormente pero guarde el archivo en formato CSV.

![](/files/-LQj4VulSl20tn4_FJd-)

![](/files/-LQj4VumPyoH0oNuSxhx)

## **Como armar un archivo TXT**

Para armar un archivo TXT usted debe respetar el siguiente formato:

```
destination,name,info,correlationid
5511987654321,wavy,global,list1
5511912345678,movile,company,list2
```


---

# 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:

```
GET https://docs-es.sinch.com/whatsapp/sinch-messaging-platform/como-montar-um-arquivo.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.
