The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"active": false,
"connections": {
"Execute Workflow Trigger": {
"main": [
[
{
"node": "Item Lists",
"type": "main",
"index": 0
}
]
]
}
},
"createdAt": "2023-11-01T09:51:44.781Z",
"id": "OFUASiC186ekqvKS",
"meta": null,
"name": "testWorkflow",
"nodes": [
{
"parameters": {},
"id": "142b74ff-8b4f-44e7-b90c-76d64966ba88",
"name": "Execute Workflow Trigger",
"type": "n8n-nodes-base.executeWorkflowTrigger",
"typeVersion": 1,
"position": [
220,
400
]
},
{
"parameters": {
"fromEmail": "flow@sant.sh",
"toEmail": "flow@sant.sh",
"subject": "trigger",
"options": {}
},
"id": "b2b7b74f-8ac5-4db6-a3df-a47d92dcdf4d",
"name": "Send Email",
"type": "n8n-nodes-base.emailSend",
"typeVersion": 2,
"position": [
740,
400
],
"credentials": {
"smtp": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"operation": "concatenateItems",
"aggregate": "aggregateAllItemData"
},
"id": "abd73f52-db6a-4a73-a52c-30767ee13940",
"name": "Item Lists",
"type": "n8n-nodes-base.itemLists",
"typeVersion": 3,
"position": [
500,
400
]
}
],
"settings": {
"executionOrder": "v1"
},
"staticData": null,
"tags": [],
"triggerCount": 0,
"updatedAt": "2023-11-04T18:50:05.768Z",
"versionId": "bf48a7c3-396c-44f0-a65c-b933f401298e"
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
testworkflow. Uses functionItem, interval. Manual trigger; 3 nodes.
Source: https://github.com/zengfr/n8n-workflow-all-templates/blob/main/n8n-workflow-all-templates/00/00/00/18_n8n_Nodemation_basic_-_getting_started_on_the_workflow_canvas__1_3.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Manage contacts via Autopilot. Uses autopilot. Manual trigger; 4 nodes.
Manage transfers automatically in Wise. Uses wise. Manual trigger; 4 nodes.
greeting. Uses httpRequest, functionItem. Webhook trigger; 3 nodes.
Basic AEC Tender Search Example. Uses n8n-nodes-aec-tenders, itemLists. Manual trigger; 3 nodes.