This workflow corresponds to n8n.io template #7573 — we link there as the canonical source.
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 →
{
"id": "KbfRisHZwabQL39s",
"meta": {
"templateCredsSetupCompleted": true
},
"name": "Upcoming Assignment BDE Report(Weekly)",
"tags": [],
"nodes": [
{
"id": "0564d1d1-32fb-4ae1-84a4-f14db7deea71",
"name": "When clicking 'Execute workflow'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-784,
96
],
"parameters": {},
"typeVersion": 1
},
{
"id": "e7a26a90-7823-4f1d-8cf4-39cd29ed7114",
"name": "Process Sprint Data",
"type": "n8n-nodes-base.function",
"position": [
-304,
96
],
"parameters": {},
"typeVersion": 1
},
{
"id": "ed875d04-ddc7-49cb-b6a5-978c7b5d1413",
"name": "Send Daily Report Email",
"type": "n8n-nodes-base.gmail",
"position": [
208,
96
],
"parameters": {},
"typeVersion": 1
},
{
"id": "74c598d2-74fa-4a27-903a-0eb423c0ae07",
"name": "Get many tasks",
"type": "n8n-nodes-base.clickUp",
"position": [
-528,
96
],
"parameters": {},
"typeVersion": 1
},
{
"id": "38729a9b-18ff-4e92-abe9-80f905ecb93e",
"name": "creating report",
"type": "n8n-nodes-base.function",
"position": [
-80,
96
],
"parameters": {},
"typeVersion": 1
},
{
"id": "ef1f4e0d-3c07-4abd-9e4c-9fed3763cd9f",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
-864,
-160
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "0ebb260b-aac0-49b8-b48d-095f4081feb3",
"name": "Sticky Note2",
"type": "n8n-nodes-base.stickyNote",
"position": [
-112,
-288
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "4bb2cb79-5347-4a8e-bb7b-5d34854128bc",
"name": "Sticky Note3",
"type": "n8n-nodes-base.stickyNote",
"position": [
176,
240
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "db5be7b4-0583-4df1-b38e-23279626fccc",
"name": "Sticky Note4",
"type": "n8n-nodes-base.stickyNote",
"position": [
-384,
272
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "a3ecc59a-b1f5-473a-9c2d-02cfe11239de",
"name": "Sticky Note5",
"type": "n8n-nodes-base.stickyNote",
"position": [
-544,
-192
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "72474efe-4278-44f1-a52f-ae3dbd64ea72",
"connections": {
"Get many tasks": {
"main": [
[
{
"node": "Process Sprint Data",
"type": "main",
"index": 0
}
]
]
},
"creating report": {
"main": [
[
{
"node": "Send Daily Report Email",
"type": "main",
"index": 0
}
]
]
},
"Process Sprint Data": {
"main": [
[
{
"node": "creating report",
"type": "main",
"index": 0
}
]
]
},
"When clicking 'Execute workflow'": {
"main": [
[
{
"node": "Get many tasks",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Description
Source: https://n8n.io/workflows/7573/ — 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.
Calendar and Meeting Prep Workflow. Uses googleCalendar, gmail, clickUp, httpRequest. Event-driven trigger; 38 nodes.
Categories: Payments, Project Operations, Client Onboarding
Automate daily KPI tracking and reporting by integrating ClickUp tasks and Google Sheets lead data into a unified dashboard. This workflow computes performance metrics, analyzes sentiment, and deliver
Loan eligibility workflow. Uses formTrigger, googleSheets, gmail. Event-driven trigger; 53 nodes.
Splitout Code. Uses manualTrigger, httpRequest, stickyNote, splitOut. Event-driven trigger; 46 nodes.