This workflow follows the Google Sheets → HTTP Request recipe pattern — see all workflows that pair these two integrations.
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": "CRM Sync (ClickUp \u2192 StreamPulse \u2192 Google Sheets Audit)",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "hours",
"hoursInterval": 1
}
]
}
},
"name": "Hourly Trigger",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
-200,
0
]
},
{
"parameters": {
"operation": "getAll",
"team": "={{$parameter.team}}",
"space": "={{$parameter.space}}",
"folder": "={{$parameter.folder}}",
"list": "={{$parameter.list}}"
},
"name": "Fetch ClickUp Tasks",
"type": "n8n-nodes-base.clickUp",
"position": [
20,
0
],
"credentials": {
"clickUpApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"url": "https://streampulse.ysiddo-ai-projects.app/ingest/json",
"method": "POST",
"sendBody": true,
"specifyBody": "json",
"jsonBody": "={{ JSON.stringify({tasks: $json.tasks}) }}",
"options": {
"headers": {
"X-OmniIntel-Internal-Token": "REDACTED_SECRET"
}
}
},
"name": "StreamPulse Ingest",
"type": "n8n-nodes-base.httpRequest",
"position": [
240,
0
]
},
{
"parameters": {
"operation": "append",
"documentId": {
"__rl": true,
"value": "your-sheet-id",
"mode": "id"
},
"sheetName": {
"__rl": true,
"value": "AuditLog",
"mode": "list"
},
"options": {}
},
"name": "Google Sheets Audit Log",
"type": "n8n-nodes-base.googleSheets",
"position": [
460,
0
],
"credentials": {
"googleSheetsOAuth2Api": {
"name": "<your credential>"
}
}
}
],
"connections": {
"Hourly Trigger": {
"main": [
[
{
"node": "Fetch ClickUp Tasks",
"type": "main",
"index": 0
}
]
]
},
"Fetch ClickUp Tasks": {
"main": [
[
{
"node": "StreamPulse Ingest",
"type": "main",
"index": 0
}
]
]
},
"StreamPulse Ingest": {
"main": [
[
{
"node": "Google Sheets Audit Log",
"type": "main",
"index": 0
}
]
]
}
}
}
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.
clickUpApigoogleSheetsOAuth2Api
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
CRM Sync (ClickUp → StreamPulse → Google Sheets Audit). Uses clickUp, httpRequest, googleSheets. Scheduled trigger; 4 nodes.
Source: https://github.com/Yacine-ai-tech/StreamPulse/blob/master/connectors/n8n/workflows/crm_sync.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.
MHS Updates credential sync. Uses start, googleSheets, httpRequest. Scheduled trigger; 4 nodes.
This workflow monitors customer health by combining payment behavior, complaint signals, and AI-driven feedback analysis. It runs on daily and weekly schedules to evaluate risk levels, escalate high-r
Code Postgres. Uses httpRequest, splitInBatches, postgres, hubspot. Scheduled trigger; 23 nodes.
Sync Asana project tasks to a Google Sheet mirror. Uses httpRequest, googleSheets. Scheduled trigger; 19 nodes.
This workflow runs daily to sync SAP Business One Service Layer OData Business Partners to Google Sheets, handling SAP’s 20-record page limit, mapping fields into a sheet-friendly format, filtering ou