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": "FTA - 02 Log Entry to Activity Log",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "fta-log",
"responseMode": "responseNode",
"options": {}
},
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 2,
"position": [
240,
300
],
"id": "b2c3d4e5-0002-0002-0002-000000000001"
},
{
"parameters": {
"jsCode": "const body = items[0].json.body ?? items[0].json;\n\nreturn [{\n json: {\n 'Date': body.date ?? '',\n 'Person Name': body.personName ?? '',\n 'Task': body.taskName ?? '',\n 'Start Time': body.startTime ?? '',\n 'End Time': body.endTime ?? '',\n 'Total Time Spent': body.durationSeconds ?? 0,\n 'Task Count': body.taskCount != null ? body.taskCount : '',\n 'Entry Type': body.entryType ?? 'auto',\n 'Remarks': body.remarks ?? '',\n }\n}];\n"
},
"name": "Prepare Row",
"type": "n8n-nodes-base.code",
"typeVersion": 2,
"position": [
460,
300
],
"id": "b2c3d4e5-0002-0002-0002-000000000002"
},
{
"parameters": {
"operation": "append",
"documentId": {
"__rl": true,
"value": "1VofDYNBpmpw9XeClU6kVtSrchVcpWA-1DX5t6whfGgs",
"mode": "id"
},
"sheetName": {
"__rl": true,
"value": "Activity Log",
"mode": "name"
},
"columns": {
"mappingMode": "autoMapInputData",
"value": {},
"matchingColumns": [],
"schema": []
},
"options": {
"cellFormat": "USER_ENTERED"
}
},
"name": "Append to Activity Log",
"type": "n8n-nodes-base.googleSheets",
"typeVersion": 4,
"position": [
680,
300
],
"id": "b2c3d4e5-0002-0002-0002-000000000003",
"credentials": {
"googleSheetsOAuth2Api": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"respondWith": "json",
"responseBody": "={ \"ok\": true }",
"options": {
"responseHeaders": {
"entries": [
{
"name": "Access-Control-Allow-Origin",
"value": "*"
}
]
}
}
},
"name": "Respond OK",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1,
"position": [
900,
300
],
"id": "b2c3d4e5-0002-0002-0002-000000000004"
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "Prepare Row",
"type": "main",
"index": 0
}
]
]
},
"Prepare Row": {
"main": [
[
{
"node": "Append to Activity Log",
"type": "main",
"index": 0
}
]
]
},
"Append to Activity Log": {
"main": [
[
{
"node": "Respond OK",
"type": "main",
"index": 0
}
]
]
}
},
"active": true,
"settings": {
"executionOrder": "v1"
}
}
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
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
FTA - 02 Log Entry to Activity Log. Uses googleSheets. Webhook trigger; 4 nodes.
Source: https://github.com/walliullah-alt/FTA-Tracker/blob/9bed3a62ecc12529f470957303ba5f338a790123/n8n-workflows/02-fta-log-entry.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.
Resume Screening & Behavioral Interviews with Gemini, Elevenlabs, & Notion ATS copy. Uses googleDrive, httpRequest, notion, formTrigger. Webhook trigger; 67 nodes.
[SANTOBET] FLUXO TODO - BACKUP. Uses googleSheets, httpRequest, googleSheetsTrigger. Webhook trigger; 57 nodes.
This workflow sends post-purchase review request emails for WooCommerce orders, stores expiring form links in Google Sheets, optionally shortens links with Dub.co and delays delivery, serves a hosted
FLUXO DISPARO DATA E HORA. Uses itemLists, googleSheets, httpRequest. Webhook trigger; 48 nodes.
This workflow allows you to accept online payments via YooKassa and log both orders and transactions in Google Sheets — all without writing a single line of code. It supports full payment flow: produc