[
{
"id": 1,
"name": "Aniversariantes do Dia",
"description": "Envia parabéns para aniversariantes",
"isActive": true,
"scheduleType": "DAILY",
"schedule": {
"timeOfDay": "09:00",
"timezone": "America/Sao_Paulo",
"weekdays": [2, 3, 4, 5, 6]
},
"databaseConfigId": 1,
"evolutionConfigId": 1,
"intervalMinSeconds": 5,
"intervalMaxSeconds": 10,
"notificationPhone": null,
"dedupStrategy": "ONCE",
"dedupCooldownDays": null,
"sendLimitPerRun": 100,
"lastRunAt": "2024-01-21T09:00:00",
"nextRunAt": "2024-01-22T09:00:00",
"createdAt": "2024-01-01T10:00:00",
"updatedAt": "2024-01-15T14:30:00"
},
{
"id": 2,
"name": "Cobrança Semanal",
"description": "Lembrete de pagamento pendente",
"isActive": true,
"scheduleType": "WEEKLY",
"schedule": {
"timeOfDay": "10:00",
"timezone": "America/Sao_Paulo",
"weekdays": [2]
},
"databaseConfigId": 1,
"evolutionConfigId": 2,
"intervalMinSeconds": 10,
"intervalMaxSeconds": 20,
"notificationPhone": "5511999999999",
"dedupStrategy": "COOLDOWN_DAYS",
"dedupCooldownDays": 7,
"sendLimitPerRun": null,
"lastRunAt": "2024-01-15T10:00:00",
"nextRunAt": "2024-01-22T10:00:00",
"createdAt": "2024-01-05T11:00:00",
"updatedAt": "2024-01-05T11:00:00"
},
{
"id": 3,
"name": "Pesquisa Mensal",
"description": "Pesquisa de satisfação",
"isActive": false,
"scheduleType": "MONTHLY",
"schedule": {
"timeOfDay": "14:00",
"timezone": "America/Sao_Paulo",
"dayOfMonth": 1
},
"databaseConfigId": 2,
"evolutionConfigId": 1,
"intervalMinSeconds": 5,
"intervalMaxSeconds": 15,
"notificationPhone": null,
"dedupStrategy": "COOLDOWN_DAYS",
"dedupCooldownDays": 30,
"sendLimitPerRun": 500,
"lastRunAt": "2024-01-01T14:00:00",
"nextRunAt": null,
"createdAt": "2023-12-20T09:00:00",
"updatedAt": "2024-01-10T16:00:00"
}
]