24 lines
459 B
JSON
24 lines
459 B
JSON
{
|
|
"fields": {
|
|
"name": "Nama",
|
|
"sentAt": "Tanggal Dikirim",
|
|
"attemptCount": "upaya",
|
|
"emailAddress": "Alamat email",
|
|
"isTest": "adalah Uji"
|
|
},
|
|
"links": {
|
|
"massEmail": "Email massal"
|
|
},
|
|
"options": {
|
|
"status": {
|
|
"Pending": "tertunda",
|
|
"Sent": "mengirim",
|
|
"Failed": "Gagal"
|
|
}
|
|
},
|
|
"presetFilters": {
|
|
"pending": "tertunda",
|
|
"sent": "mengirim",
|
|
"failed": "Gagal"
|
|
}
|
|
} |