gmail_send_message_with_attachment
Send an email with a file attachment through Gmail. Specify recipient, subject, body, and file path, with optional CC.
Instructions
Send Gmail message with attachment.
Args: to: Recipient email address subject: Email subject body: Email body content file_path: Path to file to attach cc: CC recipients (comma-separated)
Returns: Dictionary with send result
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | Yes | ||
| body | Yes | ||
| subject | Yes | ||
| file_path | Yes |