Skip to main content

Send Email

The Send Email node sends emails through an SMTP server. Use it for transactional messages, alerts, reports, and follow-ups inside an orchestration. Send Email Node

Credentials

This node requires an Email (SMTP / IMAP) credential. To create a credential:
  1. Go to Settings → Credentials → New Credential
  2. Select Email (SMTP / IMAP)
  3. Enter your SMTP username, password, host, port, and encryption

Use Cases

  • Order Confirmations: Email receipts and invoices after a purchase
  • Appointment Reminders: Send appointment details to customers
  • Status Alerts: Notify internal teams or customers when events occur
  • Reports: Email generated summaries or documents
  • Follow-ups: Send post-call or post-chat summaries

Parameters

ParameterTypeRequiredDescription
CredentialCredentialYesSelect an Email (SMTP / IMAP) credential
From EmailStringNoSender address in [email protected] or Name <[email protected]> format. Defaults to the credential username when omitted
To EmailStringYesRecipient email address
CC EmailStringNoCC recipient address
BCC EmailStringNoBCC recipient address
Reply ToStringNoReply-To address
SubjectStringYesEmail subject line
Email FormatSelectYesHTML, Text, or Both (default: HTML)
TextStringNoPlain text body. Shown when Email Format is Text or Both
HTMLStringNoHTML body. Shown when Email Format is HTML or Both. Supports the built-in HTML editor
AttachmentsCollectionNoFiles to attach by public link or direct upload. Each attachment requires a file URL; the file name is optional
Ignore SSL Issues (Insecure)BooleanNoBypass SSL certificate validation (default: disabled)
Append AttributionBooleanNoAdd a “Sent via SubverseAI” footer (default: disabled)

Email Format

FormatBehavior
HTMLSends only the HTML body
TextSends only the plain text body
BothSends both HTML and plain text; the recipient’s client decides which to display

Attachments

Each attachment supports:
FieldRequiredDescription
Attachment TypeYesChoose Link for an existing URL or Upload File to upload a file directly
File URLYesPublic URL for link mode. In upload mode, this value is set automatically after the file is uploaded
File NameNoName shown in the email, e.g. invoice.pdf. When omitted, the node derives it from the URL
Uploaded files stored by SubverseAI are resolved to a temporary signed URL when the email is sent.

Output Data

A successful send returns:
Reference in downstream nodes:

Common Patterns

Attach a File by URL

Map the attachment File URL to the upstream URL. You can leave File Name blank to derive it automatically from the URL.

Upload and Attach a File

Choose Upload File in the attachment, then drag and drop or select the file. The uploaded file URL is populated automatically.

Send AI-Generated Follow-up


Link the Subject, HTML, and Text fields from an upstream AI Agent node to generate personalized, context-aware emails.
For Gmail and other providers with app-specific passwords, use the app password in the credential, not your regular account password.