Aliases
Create alias
You may create your own mailbox alias using this action. It takes a JSON object containing a domain informations. Only one goto* option can be used, for ex. if you want learn as spam, then send just goto_spam = 1 in request body.
post/api/v1/add/alias
Request body
Example request
{
"active": "1",
"address": "alias@domain.tld",
"goto": "destination@domain.tld"
}Response
OK