set_mailbox_defaults
Assign default outbound or auth sender mailbox IDs to a project, replacing guessed selections with explicit mailbox choices.
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. |