Emailsend Workflow
Automated workflow: Emailsend Workflow. This workflow integrates 7 different services: stickyNote, scheduleTrigger, merge, ssh, stopAndError. It contains 11 nodes and follows best practices for error handling and security.
Prerequisites
Required Credentials (2)
Complexity
Advanced features used. Requires n8n experience.
When to Use This Workflow
Email Automation
Automate email responses, forwarding, or organization based on rules.
Handle routine email tasks automatically and focus on what matters.
Scheduled Operations
Run automated tasks at specific times - daily reports, weekly cleanups, monthly backups.
Set it and forget it - reliable automation that runs on your schedule.
Real-time Response
React instantly when events happen - new orders, form submissions, or API calls.
Zero delay between trigger and action for time-sensitive workflows.
{
"nodes": [
{
"id": "ba168090-4727-4b72-a0cf-3f15ef3a9f17",
"name": "Send Email",
"type": "n8n-nodes-base.emailSend",
"position": [
580,
360
],
"parameters": {
"text": "=System resources are above the threshold.\n\nCPU: {{ $json.CPU.toNumber().round(2) }}%\nRAM: {{ $json.RAM.toNumber().round(2) }}%\nDisk: {{ $json.Disk.toNumber().round(2) }}%",
"options": {},
"subject": "System Resource Alert",
"toEmail": "change@me.com",
"fromEmail": "change@me.com"
},
"credentials": {
"smtp": {
"id": "EuaQtRc5t8pWPY9b",
...Related Workflows
Ssh Workflow
Automated workflow: Ssh Workflow. This workflow integrates 7 different services: stickyNote, code, scheduleTrigger, ssh,...
Httprequest Workflow
Automated workflow: Httprequest Workflow. This workflow processes data and performs automated tasks.
Google Analytics: Weekly Report
Welcome to my Google Analytics Weekly Report Workflow! This workflow has the following sequence: 1. time trigger (e.g. e...
Update Server
What it does: This workflow is built for updating your linux system with a single API Request which can be automated in...
Start/Stop a Docker service
What it does: This workflow is built for managing docker compose services via a http post request to turn on or off that...
Todoist Weekly Review Template
Automated workflow: Todoist Weekly Review Template. This workflow processes data and performs automated tasks.