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

# Send with AWS SES

> Send email through a connected AWS SES integration

**Send with AWS SES** sends an email from a verified AWS SES identity during a conversation. Use it for a confirmation, follow-up, or link when the project has AWS SES configured.

## Prerequisites

* A connected [AWS SES](/docs/build/integrations/aws-ses) integration
* A verified sender identity and permission to call `ses:SendEmail`

## Enable the tool

<Steps>
  <Step title="Open Tools">
    Open the workflow, select an **Agent**, **Supervisor**, or **Task**, then open **Tools**.
  </Step>

  <Step title="Turn it on">
    Under **Messaging**, enable **Send with AWS SES**.
  </Step>

  <Step title="Choose the connection">
    Select the AWS SES integration and save the node configuration.
  </Step>
</Steps>

## What the AI Agent sends

The tool requires a recipient email address, subject, and message. It can also receive an optional customer name. Ask the AI Agent to confirm the address before sending when the conversation contains more than one email address.

<Check>
  Test with an address you control and confirm that the From Address is the verified SES identity you configured.
</Check>

<Note>
  A connected AWS SES integration is not enough by itself. The tool must be enabled on the node and the node must be published before live conversations can use it.
</Note>
