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.
Credentials
This node requires an Email (SMTP / IMAP) credential. To create a credential:- Go to Settings → Credentials → New Credential
- Select Email (SMTP / IMAP)
- 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
Email Format
Attachments
Each attachment supports:
Uploaded files stored by SubverseAI are resolved to a temporary signed URL when the email is sent.
Output Data
A successful send returns:Common Patterns
Attach a File by 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
Related Nodes
- HTTP Request — Fetch files or data to include in an email
- SubVerse Agents — Hand off email conversations to an AI agent
- Conditions — Branch based on send success or failure