update_alias
Modify alias destinations for Migadu email hosting by specifying target, domain, and email lists to manage forwarding and routing efficiently.
Instructions
Update alias destinations. List of dicts with: target (local part), destinations (email list), domain (optional).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
updates | Yes |
Input Schema (JSON Schema)
{
"properties": {
"updates": {
"items": {
"additionalProperties": true,
"type": "object"
},
"title": "Updates",
"type": "array"
}
},
"required": [
"updates"
],
"type": "object"
}