set_mailbox_defaults
Set default outbound and auth sender mailboxes for a project to control which mailbox sends emails, preventing guesswork.
Instructions
Set default_outbound_mailbox_id and/or auth_sender_mailbox_id for a project. Use list_mailboxes first to choose an explicit mailbox id; sending without a mailbox uses the configured outbound default instead of guessing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The project ID | |
| auth_sender_mailbox_id | No | Mailbox id (`mbx_...`) to use for auth/session emails, or null to clear. | |
| default_outbound_mailbox_id | No | Mailbox id (`mbx_...`) to use for outbound email sends, or null to clear. |