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 →
{
"name": "example_1",
"nodes": [
{
"parameters": {
"operation": "getAllPeople"
},
"id": "4cc5d750-7301-4c74-9740-7befe579a43c",
"name": "Customer Datastore",
"type": "n8n-nodes-base.n8nTrainingCustomerDatastore",
"position": [
144,
112
],
"typeVersion": 1
},
{
"parameters": {
"content": "**Get fake sample data**",
"height": 300,
"width": 220
},
"id": "144248a2-e6eb-473d-83e5-ce8d2e61a176",
"name": "Note1",
"type": "n8n-nodes-base.stickyNote",
"position": [
80,
-32
],
"typeVersion": 1
},
{
"parameters": {
"content": "**Extract data and prepare it for use in the next node**",
"height": 300,
"width": 220
},
"id": "4b63e1ae-1056-44ca-bffc-c8485fce6e6d",
"name": "Note2",
"type": "n8n-nodes-base.stickyNote",
"position": [
304,
-32
],
"typeVersion": 1
},
{
"parameters": {},
"id": "fe34523e-85f6-4c8b-8277-7898d25b80da",
"name": "When clicking \"Test Workflow\"",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-80,
112
],
"typeVersion": 1
},
{
"parameters": {
"assignments": {
"assignments": [
{
"id": "a3a94142-e950-4300-afbb-a916266f98ba",
"name": "id",
"value": "={{ $json.id }}",
"type": "string"
},
{
"id": "8938eab4-1468-4c5b-97ca-7b4b4731ebbf",
"name": "name",
"value": "={{ $json.name }}",
"type": "string"
},
{
"id": "624dba09-f2e7-48e8-a424-22eb2dce336b",
"name": "email",
"value": "={{ $json.email }}",
"type": "string"
}
]
},
"options": {}
},
"id": "c0fbd777-630a-49cd-9b1c-8884db7a4fc8",
"name": "Edit Fields1",
"type": "n8n-nodes-base.set",
"position": [
368,
112
],
"typeVersion": 3.3
},
{
"parameters": {
"content": "## \uccab\ubc88\uc9f8 \uc26c\uc6b4 \uc6cc\ud06c\ud50c\ub85c\uc6b0\n---\n\n- \ud2b8\ub9ac\uac70\n- \ub370\uc774\ud130\ubca0\uc774\uc2a4\n- exit \ud544\ub4dc\n",
"width": 288
},
"type": "n8n-nodes-base.stickyNote",
"typeVersion": 1,
"position": [
-336,
-144
],
"id": "b49caeda-e75b-4acc-8af7-bdb26e5f6f9d",
"name": "Sticky Note"
}
],
"connections": {
"Customer Datastore": {
"main": [
[
{
"node": "Edit Fields1",
"type": "main",
"index": 0
}
]
]
},
"When clicking \"Test Workflow\"": {
"main": [
[
{
"node": "Customer Datastore",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "2f024529-ce3c-4d00-989f-5e7f4ceea766",
"id": "gZcncCBxOsUdWUfJ",
"tags": [
{
"name": "Datastore",
"id": "MqAxXU9zzesEtXD5",
"createdAt": "2025-08-08T01:31:17.384Z",
"updatedAt": "2025-08-08T01:31:17.384Z"
},
{
"name": "Edit Field",
"id": "8IHe9ylFSEUP0tFE",
"createdAt": "2025-08-08T01:31:30.487Z",
"updatedAt": "2025-08-08T01:31:30.487Z"
}
]
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
example_1. Uses n8nTrainingCustomerDatastore. Event-driven trigger; 6 nodes.
Source: https://github.com/imguru-mooc/ai_mcp/blob/a019a991b8140fd861064a3a97cb75c1267f70d1/example_1.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.
Demonstrates The Use Of The Item Index Method. Uses manualTrigger, n8nTrainingCustomerDatastore, httpRequest. Event-driven trigger; 4 nodes.
Itemmatching Usage Example. Uses manualTrigger, n8nTrainingCustomerDatastore, stickyNote. Event-driven trigger; 8 nodes.
itemMatching() example. Uses manualTrigger, n8nTrainingCustomerDatastore, stickyNote. Event-driven trigger; 8 nodes.
itemMatching() example. Uses n8nTrainingCustomerDatastore. Event-driven trigger; 8 nodes.
itemMatching() example. Uses n8nTrainingCustomerDatastore. Event-driven trigger; 8 nodes.