30 lines
682 B
JSON
30 lines
682 B
JSON
{
|
|
"fields": {
|
|
"name": "Name",
|
|
"status": "Status",
|
|
"target": "Target",
|
|
"sentAt": "Date Sent",
|
|
"attemptCount": "Attempts",
|
|
"emailAddress": "Email Address",
|
|
"massEmail": "Mass Email",
|
|
"isTest": "Is Test"
|
|
},
|
|
"links": {
|
|
"target": "Target",
|
|
"massEmail": "Mass Email"
|
|
},
|
|
"options": {
|
|
"status": {
|
|
"Pending": "Pending",
|
|
"Sent": "Sent",
|
|
"Failed": "Failed",
|
|
"Sending": "Sending"
|
|
}
|
|
},
|
|
"presetFilters": {
|
|
"pending": "Pending",
|
|
"sent": "Sent",
|
|
"failed": "Failed"
|
|
}
|
|
}
|