Add or remove a mailbox alias
eurodns_email_set_aliasAdd or remove a named alias address that delivers into the mailbox of an email subscription, returning the updated subscription. Use it to manage extra email addresses for a mailbox.
Instructions
Adds (action: add) or removes (action: remove) an alias address that delivers into the mailbox of an email subscription, and returns the updated subscription. Use it for a named extra address; to accept every unknown address at the domain use eurodns_email_set_catchall instead. The subscription id comes from eurodns_email_get_subscription.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric id of the email subscription, from the list eurodns_email_get_subscription returns when called without an id. | |
| alias | Yes | The alias address for the mailbox, e.g. sales@example.com. | |
| action | Yes | add creates the alias; remove deletes it. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Response body as returned by the API. | |
| status | Yes | Upstream HTTP status code. |