> ## 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

> Send an email via Gmail

# Gmail Send Email

Send an email via Gmail

## Properties

| Property   | Value            |
| ---------- | ---------------- |
| **Type**   | gmail-send-email |
| **Family** | Third Party APIs |
| **Group**  | Google           |

## Parameters

| Name    | Label       | Type   | Description             | Required |
| ------- | ----------- | ------ | ----------------------- | -------- |
| to      | To          | String | Recipient email address | Yes      |
| subject | Subject     | String | Email subject line      | Yes      |
| body    | Body        | String | Email body content      | Yes      |
| isHtml  | HTML Format | Select | Send as HTML email      | No       |

## Outputs

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