28 lines
582 B
JSON
28 lines
582 B
JSON
{
|
|
"fields": {
|
|
"name": "Nome",
|
|
"target": "Alvo",
|
|
"sentAt": "Data enviada",
|
|
"attemptCount": "Tentativas",
|
|
"emailAddress": "Endereço de E-mail",
|
|
"massEmail": "E-mail em Massa",
|
|
"isTest": "É teste"
|
|
},
|
|
"links": {
|
|
"target": "Alvo",
|
|
"massEmail": "E-mail em Massa"
|
|
},
|
|
"options": {
|
|
"status": {
|
|
"Pending": "Pendente",
|
|
"Sent": "Enviado",
|
|
"Failed": "Falhou",
|
|
"Sending": "Enviando"
|
|
}
|
|
},
|
|
"presetFilters": {
|
|
"pending": "Pendente",
|
|
"sent": "Enviado",
|
|
"failed": "Falhou"
|
|
}
|
|
} |