list_email_threads
List email threads from the store with filters for status, account, sender, attachments, tags, assigned agent, and date range. Search by subject or sender to find specific conversations.
Instructions
Listar hilos de email — Lista los hilos de email de la tienda, con filtros por estado y cuenta [query]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Filtro: unread, read, all (default: all) | |
| account_id | No | ID de cuenta para filtrar | |
| search | No | Buscar por asunto o remitente | |
| page | No | Pagina (default: 1) | |
| limit | No | Resultados por pagina (default: 20) | |
| from_filter | No | Filtrar por remitente | |
| has_attachments | No | Filtrar por hilos con adjuntos | |
| tag | No | Filtrar por etiqueta | |
| assigned | No | Filtrar por agente asignado | |
| date_from | No | Fecha inicio del filtro | |
| date_to | No | Fecha fin del filtro |