This function lists a domain's autoresponders.
Important:
When you disable the Receive Mail role, the system disables this function.
uapi --output=jsonpretty \ --user=username \ Email \ list_auto_responders \ domain='example.com'
{- "apiversion": 3,
 - "func": "list_auto_responders",
 - "module": "Email",
 - "result": {
- "data": [
- {
- "email": "user@example.com",
 - "subject": "Autoresponder Subject"
 
} 
], - "errors": null,
 - "messages": null,
 - "metadata": {
- "transformed": 1
 
}, - "status": 1,
 - "warnings": null
 
} 
}