Signature
signatureRead or set an inbox's sign-off text appended to outgoing, reply, forward, draft, and scheduled mail. Setting overrides auto-import; get requires read access, set requires send access.
Instructions
Read or set an inbox's signature, which the server appends on send/reply/forward/draft/scheduled mail. Setting one marks the source 'manual', which overrides Gmail auto-import. 'get' needs read:email, 'set' needs send:email.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inbox | No | Inbox email address; an alternative to inbox_id, which wins when both are given. | |
| action | Yes | Operation to run. get = current signature_html and text, enabled flag, reply_mode and source; set = write signature_text and/or signature_html. | |
| inbox_id | No | Inbox UUID. Optional when the key has exactly one inbox. Otherwise pass this or `inbox`; omit both and the error lists every inbox_id. | |
| signature_html | No | HTML signature. Omit to keep, empty string to clear. Derived from the text version when only that is given. | |
| signature_text | No | Plain-text signature. Omit to keep, empty string to clear. | |
| signature_enabled | No | Whether the signature is appended at all. Defaults to true. | |
| signature_reply_mode | No | Signature on replies and forwards; 'first_only' is the default. |