import_crm_contacts
Import contacts to the internal CRM from a CSV file, with options to skip headers and update existing contacts.
Instructions
Importar contactos CRM — Importa contactos al CRM interno desde un archivo CSV [mutation]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Archivo CSV a importar (multipart/form-data) | |
| skip_header | No | Omitir la primera fila como encabezado (default: true) | |
| update_existing | No | Actualizar contactos existentes si ya existen (default: false) |