GET Emailer
Documentation for 'Get'.
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"subject": "sample string 1",
"body": "sample string 2",
"recipients": [
"sample string 1",
"sample string 2",
"sample string 3"
]
},
{
"subject": "sample string 1",
"body": "sample string 2",
"recipients": [
"sample string 1",
"sample string 2",
"sample string 3"
]
},
{
"subject": "sample string 1",
"body": "sample string 2",
"recipients": [
"sample string 1",
"sample string 2",
"sample string 3"
]
}
]