Skip to main content

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.

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

FieldRequiredDescription
Sender’s NameYesThe name of the email sender. Type @ to insert a variable or enter a name directly.
Recipient Name(s)YesThe name(s) of the email recipient(s). Type @ to insert a variable or enter names directly.
Email Content InstructionsYesA description of what the email should contain and its purpose. Type @ to insert variables or describe the content directly.
Formatting ExampleNoAn example email format for the AI to follow when generating the email. Type @ to insert a variable or provide an example directly.
Output FormatNoThe format of the generated email. Options are Text and HTML.

Results

The Results tab shows the AI-generated email after the node is executed.
  • 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.