Marketing & Advertising Automation
1047 Manual Emailsend Send Triggered
1047 Manual Emailsend Send Triggered
Manual
Low
2
Nodes
Manual
Trigger
Low
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
2
Node Types
0
Workflow JSON
1010 Bytes
{
"name": "1047 Manual Emailsend Send Triggered",
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
250,
300
],
"parameters": {},
"typeVersion": 1
},
{
"name": "Send Email",
"type": "n8n-nodes-base.emailSend",
"position": [
450,
300
],
"parameters": {
"text": "This is a message to demonstrate the n8n Send Email workflow!",
"options": {
"allowUnauthorizedCerts": false
},
"subject": "n8n rocks!",
"toEmail": "[email protected]",
"fromEmail": "[email protected]"
},
"credentials": {
"smtp": "your@smtp_creds.here"
},
"typeVersion": 1
}
],
"connections": {
"On clicking 'execute'": {
"main": [
[
{
"node": "Send Email",
"type": "main",
"index": 0
}
]
]
...Showing first 1000 characters. Click "Expand" to view the full JSON.