[
{
"id": 123,
"name": "Campanha de Natal",
"description": null,
"status": "COMPLETED",
"type": "TEXT",
"createdAt": "2024-01-20T10:00:00",
"scheduledFor": null,
"startedAt": "2024-01-20T10:01:00",
"completedAt": "2024-01-20T11:30:00",
"pausedAt": null,
"totalContacts": 150,
"sentContacts": 148,
"failedContacts": 2,
"pendingContacts": 0,
"progressPercentage": 100,
"successRate": 98.67,
"estimatedCompletion": null,
"messageContent": "Feliz Natal! 🎄",
"mediaType": null,
"mediaUrl": null,
"fileName": null,
"evolutionInstance": "whatsapp-01",
"minInterval": 5,
"maxInterval": 10,
"notificationPhone": null,
"pollData": null,
"evolutionConfig": {
"id": 1,
"name": "WhatsApp Principal",
"url": "https://evolution-api.exemplo.com",
"instance": "whatsapp-01"
}
},
{
"id": 124,
"name": "Promoção Black Friday",
"description": null,
"status": "ACTIVE",
"type": "MEDIA",
"createdAt": "2024-01-20T14:00:00",
"scheduledFor": null,
"startedAt": "2024-01-20T14:01:00",
"completedAt": null,
"pausedAt": null,
"totalContacts": 500,
"sentContacts": 234,
"failedContacts": 5,
"pendingContacts": 261,
"progressPercentage": 46.8,
"successRate": 97.91,
"estimatedCompletion": "2024-01-20T16:30:00",
"messageContent": "⚡ Oferta válida apenas hoje!",
"mediaType": "image",
"mediaUrl": "https://exemplo.com/black-friday.jpg",
"fileName": "promo-black-friday.jpg",
"evolutionInstance": "whatsapp-01",
"minInterval": 3,
"maxInterval": 8,
"notificationPhone": "5511999999999",
"pollData": null,
"evolutionConfig": {
"id": 1,
"name": "WhatsApp Principal",
"url": "https://evolution-api.exemplo.com",
"instance": "whatsapp-01"
}
},
{
"id": 125,
"name": "Pesquisa de Satisfação",
"description": null,
"status": "SCHEDULED",
"type": "POLL",
"createdAt": "2024-01-20T15:00:00",
"scheduledFor": "2024-01-25T09:00:00",
"startedAt": null,
"completedAt": null,
"pausedAt": null,
"totalContacts": 50,
"sentContacts": 0,
"failedContacts": 0,
"pendingContacts": 50,
"progressPercentage": 0,
"successRate": 0,
"estimatedCompletion": null,
"messageContent": null,
"mediaType": null,
"mediaUrl": null,
"fileName": null,
"evolutionInstance": "whatsapp-01",
"minInterval": 10,
"maxInterval": 20,
"notificationPhone": null,
"pollData": {
"name": "Como você avalia nosso atendimento?",
"options": ["Excelente", "Bom", "Regular", "Ruim"],
"selectableCount": 1
},
"evolutionConfig": {
"id": 2,
"name": "WhatsApp Pesquisas",
"url": "https://evolution-api.exemplo.com",
"instance": "whatsapp-02"
}
}
]