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 →
{
"updatedAt": "2025-10-06T09:17:35.000Z",
"createdAt": "2025-10-02T13:33:14.072Z",
"id": "Tddym2j6GP8M11lw",
"name": "My workflow",
"active": false,
"isArchived": true,
"nodes": [
{
"parameters": {
"path": "78011345-3de6-4539-9424-1bc9f8da62a6",
"options": {}
},
"type": "n8n-nodes-base.webhook",
"typeVersion": 2.1,
"position": [
0,
0
],
"id": "532776b2-ff3a-45c4-b7aa-8cf9e6871e39",
"name": "Webhook"
},
{
"parameters": {
"operation": "append",
"documentId": {
"__rl": true,
"mode": "list",
"value": ""
},
"sheetName": {
"__rl": true,
"mode": "list",
"value": ""
}
},
"type": "n8n-nodes-base.googleSheets",
"typeVersion": 4.7,
"position": [
208,
0
],
"id": "cd3ea631-2ac6-4756-9d85-cab3dcf3d41f",
"name": "Append row in sheet",
"credentials": {
"googleSheetsOAuth2Api": {
"name": "<your credential>"
}
}
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "Append row in sheet",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
},
"staticData": null,
"meta": {
"templateCredsSetupCompleted": true
},
"versionId": "b42c44b6-8756-4d20-a11f-3266ef980822",
"activeVersionId": null,
"triggerCount": 0,
"shared": [
{
"updatedAt": "2025-10-02T13:33:14.085Z",
"createdAt": "2025-10-02T13:33:14.085Z",
"role": "workflow:owner",
"workflowId": "Tddym2j6GP8M11lw",
"projectId": "B7QJE85HA2Vij1it"
}
],
"activeVersion": null,
"tags": []
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
googleSheetsOAuth2Api
About this workflow
My Workflow. Uses googleSheets. Webhook trigger; 2 nodes.
Source: https://github.com/adamhaley/megyk-automations/blob/8531e41254f811502dc140400a1a5d94ff43ff4f/workflows/My_workflow.json — original creator credit. Request a take-down →