> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lyzn.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Gmail Send Email (AI Tool)

> AI tool to send emails via Gmail

# Gmail Send Email (AI Tool)

AI tool to send emails via Gmail

## Properties

| Property   | Value                 |
| ---------- | --------------------- |
| **Type**   | gmail-send-email-tool |
| **Family** | Tools                 |
| **Group**  | Productivity          |

## Parameters

| Name            | Label            | Type   | Description                                                 | Required |
| --------------- | ---------------- | ------ | ----------------------------------------------------------- | -------- |
| toolName        | Tool Name        | String | Name the AI will use to call this tool                      | No       |
| toolDescription | Tool Description | String | Description to help the AI understand when to use this tool | No       |
| to              | To               | String | Recipient email address                                     | No       |
| subject         | Subject          | String | Email subject                                               | No       |
| body            | Body             | String | Email body content                                          | No       |

## Outputs

| Name      | Label     | Type    | Description      |
| --------- | --------- | ------- | ---------------- |
| messageId | messageId | string  | Gmail message ID |
| success   | success   | boolean | Whether sent     |
