AutomationFlowsData & Sheets › CRM Sync (clickup → Streampulse → Google Sheets Audit)

CRM Sync (clickup → Streampulse → Google Sheets Audit)

CRM Sync (ClickUp → StreamPulse → Google Sheets Audit). Uses clickUp, httpRequest, googleSheets. Scheduled trigger; 4 nodes.

Cron / scheduled trigger★★☆☆☆ complexity4 nodesClickUpHTTP RequestGoogle Sheets
Data & Sheets Trigger: Cron / scheduled Nodes: 4 Complexity: ★★☆☆☆ Added:

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 →

Download .json
{
  "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.

Pro

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 →

More Data & Sheets workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Data & Sheets

MHS Updates credential sync. Uses start, googleSheets, httpRequest. Scheduled trigger; 4 nodes.

Start, Google Sheets, HTTP Request
Data & Sheets

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

Google Sheets, HTTP Request, Gmail +2
Data & Sheets

Code Postgres. Uses httpRequest, splitInBatches, postgres, hubspot. Scheduled trigger; 23 nodes.

HTTP Request, Postgres, HubSpot +1
Data & Sheets

Sync Asana project tasks to a Google Sheet mirror. Uses httpRequest, googleSheets. Scheduled trigger; 19 nodes.

HTTP Request, Google Sheets
Data & Sheets

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

HTTP Request, Google Sheets