/automationsUsuarioListar flujos de automatización
Query params
| Nombre | Tipo | Req. | Default | Descripción |
|---|---|---|---|---|
status | string | No | - | draft, active, paused, archived |
page | number | No | 1 | Página |
limit | number | No | 50 | Items por página |
Ejemplo
curl -X GET "https://envios.arrobamail.com/v3/api/automations" \
-H "Authorization: Bearer $TOKEN"Respuesta 200
{
"flows": [
{
"id": 7, "name": "Bienvenida nuevos suscriptores",
"status": "active", "triggerType": "subscribe",
"totalEnrolled": 1250, "active": 85,
"dateCreated": "2025-04-10 08:00:00"
}
],
"total": 5, "page": 1, "limit": 50
}