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

# Email Creator

> Generate a formatted email using AI based on instructions and sender details.

The **Email Creator** node uses AI to draft a formatted email based on the instructions, sender details, and recipient information you provide. Use it to automate email composition in workflows that need to generate personalized or dynamic email content.

## Configuration

| Field                          | Required | Description                                                                                                                           |
| ------------------------------ | -------- | ------------------------------------------------------------------------------------------------------------------------------------- |
| **Sender's Name**              | Yes      | The name of the email sender. Type `@` to insert a variable or enter a name directly.                                                 |
| **Recipient Name(s)**          | Yes      | The name(s) of the email recipient(s). Type `@` to insert a variable or enter names directly.                                         |
| **Email Content Instructions** | Yes      | A description of what the email should contain and its purpose. Type `@` to insert variables or describe the content directly.        |
| **Formatting Example**         | No       | An example email format for the AI to follow when generating the email. Type `@` to insert a variable or provide an example directly. |
| **Output Format**              | No       | The format of the generated email. Options are `Text` and `HTML`.                                                                     |

## Results

The **Results** tab shows the AI-generated email after the node is executed.

<AccordionGroup>
  <Accordion title="Notes">
    * Use **Formatting Example** to enforce a consistent email structure or tone across generated emails.
    * Use `HTML` output format when the email will be sent via a service that renders HTML emails.
    * Combine with an API node or a toolkit node (e.g. Gmail, Office 365) to send the generated email as part of the same workflow.
  </Accordion>
</AccordionGroup>
