Update Mailbox Identity
mailbox_update_identityUpdate a mailbox's sender identity: set default sender name, HTML and plain-text signatures. Use when the user explicitly requests changes to these identity details.
Instructions
Use this only when the user explicitly asks to change sender identity details. Do not use it for one-off message composition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Default sender name. Send null or an empty string to clear it. | |
| mailbox_id | No | Mailbox public ID to target when the credential grants access to more than one mailbox. Omit when the credential is scoped to exactly one mailbox. | |
| html_signature | No | HTML signature appended to Mailbox API sends that include html_body. | |
| text_signature | No | Plain text signature appended to Mailbox API sends that include text_body. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||