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": "1_2_VERY_QUICKSTART",
"nodes": [
{
"parameters": {
"content": "\n## \ub9e4\uc6b0 \ube60\ub978 \ud035\uc2a4\ud0c0\ud2b8\n\n\uc774 \uc6cc\ud06c\ud50c\ub85c\ub294 [very quick quickstart](https://docs.n8n.io//try-it-out/quickstart/) \ud29c\ud1a0\ub9ac\uc5bc\uc5d0 \uc0ac\uc6a9\ub418\ub294 \ubd88\uc644\uc804\ud55c \uc6cc\ud06c\ud50c\ub85c\uc785\ub2c8\ub2e4.\n\n1. \ud558\ub2e8\uc5d0 Test Workflow\ub97c \ub204\ub985\ub2c8\ub2e4.\n2. \uac01 \ub178\ub4dc\ubcc4\ub85c \ud558\ub098\uc529 \ub20c\ub7ec\ubcf4\uba70 \ub178\ub4dc\uc758 \uc124\uc815\uc744 \uc0b4\ud3b4\ubcf4\uace0 Input, Ouput\uc774 \uc5b4\ub5bb\uac8c \ub098\uc654\ub294\uc9c0 \ud55c\ubc88 \uc0b4\ud3b4\ubd05\uc2dc\ub2e4.\n3. \ubcf8 \uc6cc\ud06c\ud50c\ub85c\uc6b0\ub294 \uace0\uac1d \ub370\uc774\ud130\uc2a4\ud1a0\uc5b4 \ub178\ub4dc\uc5d0\uc11c \ub370\uc774\ud130\ub97c \ub85c\ub4dc\ud55c \ub2e4\uc74c \ud544\ub4dc \ud3b8\uc9d1\uc744 \ud1b5\ud574 \ub370\uc774\ud130\ub97c \ubcc0\ud658\ud569\ub2c8\ub2e4.",
"height": 331,
"width": 496
},
"id": "92384e4e-e003-4028-b158-2d8dd8c35525",
"name": "Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
-140,
-200
],
"typeVersion": 1
},
{
"parameters": {
"content": "**Get fake sample data**",
"height": 220,
"width": 220
},
"id": "c7252ccd-c08f-4ae9-b90b-0f6c500adc40",
"name": "Note1",
"type": "n8n-nodes-base.stickyNote",
"position": [
140,
160
],
"typeVersion": 1
},
{
"parameters": {
"content": "**Extract data and prepare it for use in the next node**",
"height": 220,
"width": 200
},
"id": "6eaa301b-1d60-4a62-a88a-41858ee9c2d2",
"name": "Note2",
"type": "n8n-nodes-base.stickyNote",
"position": [
380,
160
],
"typeVersion": 1
},
{
"parameters": {},
"id": "2c31e28d-a1eb-4b3d-8373-ba5dc6c1d23c",
"name": "When clicking \"Test Workflow\"",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-20,
220
],
"typeVersion": 1
},
{
"parameters": {
"customerId": "={{ $json.customer_id }}",
"message": "=Hi {{$json.customer_name}}, Your description is {{$json.customer_description}}"
},
"id": "e300ab3b-84a2-42e1-a6fa-a63579f69ada",
"name": "Customer Messenger (n8n training)",
"type": "n8n-nodes-base.n8nTrainingCustomerMessenger",
"typeVersion": 1,
"position": [
640,
220
]
},
{
"parameters": {
"operation": "getAllPeople",
"returnAll": true
},
"id": "80e5a597-8893-4754-b1f5-7524b1146a8c",
"name": "Customer Datastore (1st)",
"type": "n8n-nodes-base.n8nTrainingCustomerDatastore",
"position": [
200,
220
],
"typeVersion": 1
},
{
"parameters": {
"assignments": {
"assignments": [
{
"id": "df041e3c-fc09-4ba2-8e6b-37f2c6a02526",
"name": "customer_id",
"type": "string",
"value": "={{ $json.id }}"
},
{
"id": "bf288953-4fef-4f55-a45f-c223714919c0",
"name": "customer_name",
"type": "string",
"value": "={{ $json.name }}"
},
{
"id": "1cff0b21-6740-4697-9d2c-9bcb045af0be",
"name": "customer_description",
"type": "string",
"value": "={{ $json.notes }}"
}
]
},
"options": {}
},
"id": "42eee0fd-9686-4d31-8c88-5b9d670ef692",
"name": "Edit Fields",
"type": "n8n-nodes-base.set",
"position": [
440,
220
],
"typeVersion": 3.3
}
],
"connections": {
"When clicking \"Test Workflow\"": {
"main": [
[
{
"node": "Customer Datastore (1st)",
"type": "main",
"index": 0
}
]
]
},
"Customer Datastore (1st)": {
"main": [
[
{
"node": "Edit Fields",
"type": "main",
"index": 0
}
]
]
},
"Edit Fields": {
"main": [
[
{
"node": "Customer Messenger (n8n training)",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "6ff45ddb-91e9-47ee-9ba4-317ca899e682",
"id": "ojOejmOiVfqNuyhT",
"tags": [
{
"createdAt": "2025-04-24T07:21:45.484Z",
"updatedAt": "2025-04-24T07:21:45.484Z",
"id": "jqWurvS7xJkHjdlh",
"name": "inflearn"
}
]
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
1_2_VERY_QUICKSTART. Uses n8nTrainingCustomerMessenger, n8nTrainingCustomerDatastore. Event-driven trigger; 7 nodes.
Source: https://github.com/2innnnn0/fastcampus-n8n-data-analysis-agent/blob/main/workflows/1_2_VERY_QUICKSTART.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.
fastcampus. Uses n8nTrainingCustomerMessenger, n8nTrainingCustomerDatastore, formTrigger, executeWorkflowTrigger. Event-driven trigger; 16 nodes.
🤖Email Agent. Uses gmailTool, executeWorkflowTrigger, stopAndError. Event-driven trigger; 13 nodes.
This workflow transforms n8n into a call automation system, where AI agents can talk directly with people over the phone using Twilio.
Supercharge Claude 3.7 with full customization & deeper reasoning!
Clara Pipeline B - Onboarding to Agent v2. Uses executeCommand, readBinaryFile. Event-driven trigger; 6 nodes.