Get a list of automated mailouts with optional filtering.
Required permissions: Automated Mailout Management
post
Query parameters
apiTokenstringRequired
API authentication token
Body
displayNamestringOptional
folderIDstringOptional
isActivebooleanOptional
pageinteger · int32Optional
Responses
200
OK
application/json
objectOptional
401
Incorrect Permissions or Invalid API Token
application/json
500
Engage Server Error. Unable to process response at this time.
application/json
post/mail/automatedmailouts
POST /mail/automatedmailouts?apiToken=text HTTP/1.1
Host: api.ubiquity.co.nz
Content-Type: application/json
Accept: */*
Content-Length: 65
{
"displayName": "text",
"folderID": "text",
"isActive": true,
"page": 1
}{}Last updated
Was this helpful?

