sendGmailEmail
Send emails directly through Gmail using WayStation MCP Server. Specify recipients, subject, body, and optional cc, bcc, or threadId for replies.
Instructions
Sends an email directly through the user's Gmail account.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
bcc | No | BCC recipient email address(es) | |
body | Yes | Email body content (supports HTML) | |
cc | No | CC recipient email address(es) | |
subject | Yes | Email subject line | |
threadId | No | Thread ID if this is a reply to an existing conversation | |
to | Yes | Recipient email address(es) |