create_rewrite
Generate and configure pattern-based rewrite rules for email routing on Migadu. Define local part rules and destinations to automate email forwarding effectively.
Instructions
Create pattern-based rewrite rules. List of dicts with: name, local_part_rule, destinations (required), domain (optional).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
rewrites | Yes |
Input Schema (JSON Schema)
{
"properties": {
"rewrites": {
"items": {
"additionalProperties": true,
"type": "object"
},
"title": "Rewrites",
"type": "array"
}
},
"required": [
"rewrites"
],
"type": "object"
}