Send one approved reply
multi_gmail_sendSend approved email replies via Gmail. Requires messageId to mark source read. Supports HTML or plain text, optional quoting of original and signature append.
Instructions
Send one approved reply. Requires messageId (marks source read, threads send). Provide body; set format to text/html for HTML (default text/plain). Legacy html still supported. quoteOriginal (default true) appends Gmail-style quoted parent history below the new body. appendSignature (default true) appends the account Gmail signature from Settings above the quote block. For new outbound / campaigns use send_new instead. Never run without explicit approval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| messageId | Yes | ||
| to | Yes | ||
| subject | Yes | ||
| body | No | ||
| html | No | ||
| format | No | text/plain | |
| cc | No | ||
| bcc | No | ||
| quoteOriginal | No | ||
| appendSignature | No | ||
| accountAlias | No | ||
| chatScope | No |