set_email_forward
ActiveTool of run.domani/domani
Configure inbound handling for a mailbox: forward incoming emails to another address (in addition to storing) and/or drop spam-flagged messages. Set forward_to to null to remove forwarding. API: PATCH /api/emails/{address}.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"domain",
"slug"
],
"properties": {
"slug": {
"type": "string",
"description": "Mailbox slug"
},
"domain": {
"type": "string",
"description": "Mailbox domain"
},
"drop_spam": {
"type": "boolean",
"description": "If true, spam-flagged inbound is dropped (not stored or webhooked)"
},
"forward_to": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"description": "Email address to forward to, or null to remove"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
run.domani/domani
https://github.com/gwendall/domani
1/7 registries