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

# Send Email (AI Tool)

> AI tool to send emails

# Send Email (AI Tool)

AI tool to send emails

## Properties

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

## Parameters

| Name            | Label            | Type   | Description                            | Required |
| --------------- | ---------------- | ------ | -------------------------------------- | -------- |
| toolName        | Tool Name        | String | Name the AI will use to call this tool | No       |
| toolDescription | Tool Description | String |                                        | No       |
| provider        | Provider         | Select |                                        | No       |
| to              | To Email         | String |                                        | No       |
| subject         | Subject          | String |                                        | No       |
| body            | Body             | String |                                        | No       |

## Outputs

| Name    | Label   | Type    | Description            |
| ------- | ------- | ------- | ---------------------- |
| success | success | boolean | Whether email was sent |
