create_gmail_reply
Create a reply to an existing Gmail email. Optionally send immediately or save as draft with CC support.
Instructions
Create a reply to an existing Gmail email message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | The EMAIL of the Google account. Choose from: | |
| original_message_id | Yes | The ID of the original email message to reply to. | |
| reply_body | Yes | The body text of the reply. | |
| send | No | If True, sends the reply immediately. If False, saves as draft. | |
| cc | No | Optional list of email addresses to CC. |