/automationsUserList automation flows
Query params
| Name | Type | Req. | Default | Description |
|---|---|---|---|---|
status | string | No | - | draft, active, paused, archived |
page | number | No | 1 | Page |
limit | number | No | 50 | Items per page |
Example
curl -X GET "https://envios.arrobamail.com/v3/api/automations" \
-H "Authorization: Bearer $TOKEN"Response 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
}