# Archivo de Clientes

El archivo de clientes y contactos o Query SQL contiene todos los datos de los consumidores.

{% hint style="info" %}
Recordá tener configurado el Multi-identificador. <https://bit.ly/3juLKfj>
{% endhint %}

{% hint style="info" %}
Para crear un clientes debe tener mínimo un identificador que pueden ser: Service\_uid, Document, telephone o Email
{% endhint %}

| Campo / Cabeceras         | Tipo de Campo | Descripción                                                                           |         Ejemplo        | Obligatorios |
| ------------------------- | :-----------: | ------------------------------------------------------------------------------------- | :--------------------: | :----------: |
| service\_uid              |     String    | ID Externo                                                                            |        12312321        |      SI      |
| document                  |     String    | Documento                                                                             |        30300300        |      SI      |
| document\_type            |     String    | Tipo de Documento                                                                     |           DNI          |      SI      |
| email                     |     String    | Email                                                                                 | <christian@woowup.com> |      SI      |
| first\_name               |     String    | Nombre                                                                                |        Christian       |      NO      |
| last\_name                |     String    | Apellido                                                                              |         Vitale         |      NO      |
| telephone                 |     String    | Telefono                                                                              |       1173682446       |      NO      |
| birthdate                 |     String    | Fecha de Nacimiento                                                                   |       1992-03-31       |      NO      |
| gender                    |      Enum     | Genero \["M", "F"]                                                                    |            M           |      NO      |
| street                    |     String    | Calle                                                                                 |        ohm 2220        |      NO      |
| city                      |     String    | Ciudad                                                                                |          CABA          |      NO      |
| state                     |     String    | Estado                                                                                |          CABA          |      NO      |
| department                |     String    | Departamento                                                                          |      Villa Urquiza     |      NO      |
| country                   |     String    | País                                                                                  |        Argentina       |      NO      |
| marital\_status           |      Enum     | Estado civil \["single", "commited", "married", "divorced", "widowed"]                |         Single         |      NO      |
| postcode                  |     String    | Código Postal                                                                         |          1431          |      NO      |
| tags                      |     String    | Etiquetas                                                                             |   cliente\_suscripto   |      NO      |
| points                    |    Integer    | Puntos                                                                                |           100          |      NO      |
| mailing\_enabled          |      Enum     | Habilitación para enviar mail \["enabled", "disabled"]                                |        disabled        |      NO      |
| mailing\_disabled\_reason |      Enum     | Razón de deshabilitación \["bounce", "unsubscribe", "spamreport", "dropped", "other"] |         bounce         |      NO      |
| sms\_enabled              |      Enum     | Habilitación para enviar mail \["enabled", "disabled"]                                |        disabled        |      NO      |
| sms\_disabled\_reason     |      Enum     | Razón de deshabilitación \["bounce", "unsubscribe", "spamreport", "dropped", "other"] |         dropped        |      NO      |

{% file src="/files/-MKfZ93ThF5JQosYnrlE" %}
Archivo de Clientes de Ejemplo
{% endfile %}

### Atributos Extendidos

{% hint style="success" %}
Esta entidad permite agregar atributos extendidos. ¿Que son? Son campos que no son nativos en WoowUp. Por Ejemplo: Tipo de tela del producto/Tamaño/Tipo de producto. Para parametrizarlo en Woowup Puedes seguís las instrucciones: <https://bit.ly/3e2892r>
{% endhint %}

La cabecera para un atributo extendido se envía en formato `custom_attributes.{nombre_atributo}` ese atributo se va a crear en WoowUp con el nombre que se encuentre en la cabecera, es decir si yo quiero crear el atributo para clientes"categoria\_preferida" la cabecera seria `custom_attributes.categoria_preferida`


---

# 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://woowup-docs.gitbook.io/woowup-developer-docs/integracion-csv-sql/archivo-de-clientes.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.
