Send Email Agent

The Send Email agent sends emails with support for attachments, CC/BCC recipients, HTML formatting, and read tracking. It is the dedicated agent for email delivery -- prefer it over the Intelligent Actions agent for sending emails.

Use Cases

  • Your workflow needs to send an email as its final action.
  • You need to include attachments, HTML formatting, or read receipts.
  • You want explicit control over email recipients, subject, and body.

Inputs

InputTypeDescription
toTextRecipient email address(es).
subjectTextEmail subject line.
bodyTextEmail body content (plain text or HTML).
attachmentsDocument[](Optional) Files to attach.
ccText(Optional) CC recipient(s).
bccText(Optional) BCC recipient(s).

Outputs

OutputTypeDescription
statusTextDelivery status (sent, failed, etc.).

Configurations

ParameterDescriptionDefault
from_addressThe sender email address.AI Employee's configured email
html_enabledWhether to send the body as HTML.false

How to Use This Agent

ticket_trigger -> knowledge_search -> respond_using_search_results -> send_email -> workflow_output

Last updated: Jul 3, 2026