Set Email Forward
set_email_forwardConfigure 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}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Mailbox slug | |
| domain | Yes | Mailbox domain | |
| drop_spam | No | If true, spam-flagged inbound is dropped (not stored or webhooked) | |
| forward_to | No | Email address to forward to, or null to remove |