AutomationFlowsEmail & Gmail › Enterprise Invoice Intake (gmail → Docintel → Clickup → Streampulse)

Enterprise Invoice Intake (gmail → Docintel → Clickup → Streampulse)

Enterprise Invoice Intake (Gmail → DocIntel → ClickUp → StreamPulse). Uses gmailTrigger, httpRequest, clickUp. Event-driven trigger; 5 nodes.

Event trigger★★☆☆☆ complexity5 nodesGmail TriggerHTTP RequestClickUp
Email & Gmail Trigger: Event Nodes: 5 Complexity: ★★☆☆☆ Added:

This workflow follows the Gmail Trigger → 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": "Enterprise Invoice Intake (Gmail \u2192 DocIntel \u2192 ClickUp \u2192 StreamPulse)",
  "nodes": [
    {
      "parameters": {
        "pollTimes": {
          "item": [
            {
              "mode": "everyMinute"
            }
          ]
        },
        "simple": false,
        "filters": {
          "q": "has:attachment subject:invoice"
        }
      },
      "name": "Gmail Trigger",
      "type": "n8n-nodes-base.gmailTrigger",
      "position": [
        -400,
        0
      ],
      "credentials": {
        "gmailOAuth2": {
          "name": "<your credential>"
        }
      }
    },
    {
      "parameters": {
        "url": "https://docintel.ysiddo-ai-projects.app/api/v1/extract",
        "method": "POST",
        "sendBody": true,
        "specifyBody": "json",
        "options": {
          "headers": {
            "X-OmniIntel-Internal-Token": "REDACTED_SECRET"
          }
        }
      },
      "name": "DocIntel Vision OCR",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -180,
        0
      ]
    },
    {
      "parameters": {
        "conditions": {
          "number": [
            {
              "value1": "={{ $json.extracted_data.total_amount }}",
              "operation": "larger",
              "value2": 10000
            }
          ]
        }
      },
      "name": "Is High Value? (>10k)",
      "type": "n8n-nodes-base.if",
      "position": [
        40,
        0
      ]
    },
    {
      "parameters": {
        "operation": "create",
        "team": "={{$parameter.team}}",
        "space": "={{$parameter.space}}",
        "folder": "={{$parameter.folder}}",
        "list": "={{$parameter.list}}",
        "name": "=URGENT: Review High Value Invoice from {{$node[\"Gmail Trigger\"].json.from}}",
        "description": "=Total parsed: ${{$node[\"DocIntel Vision OCR\"].json.extracted_data.total_amount}}"
      },
      "name": "ClickUp Alert",
      "type": "n8n-nodes-base.clickUp",
      "position": [
        260,
        -100
      ],
      "credentials": {
        "clickUpApi": {
          "name": "<your credential>"
        }
      }
    },
    {
      "parameters": {
        "url": "https://streampulse.ysiddo-ai-projects.app/ingest/json",
        "method": "POST",
        "sendBody": true,
        "specifyBody": "json",
        "jsonBody": "={{ JSON.stringify({records: [$node[\"DocIntel Vision OCR\"].json]}) }}",
        "options": {
          "headers": {
            "X-OmniIntel-Internal-Token": "REDACTED_SECRET"
          }
        }
      },
      "name": "StreamPulse Ingest",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        260,
        100
      ]
    }
  ],
  "connections": {
    "Gmail Trigger": {
      "main": [
        [
          {
            "node": "DocIntel Vision OCR",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "DocIntel Vision OCR": {
      "main": [
        [
          {
            "node": "Is High Value? (>10k)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Is High Value? (>10k)": {
      "main": [
        [
          {
            "node": "ClickUp Alert",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "StreamPulse Ingest",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "ClickUp Alert": {
      "main": [
        [
          {
            "node": "StreamPulse Ingest",
            "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

Enterprise Invoice Intake (Gmail → DocIntel → ClickUp → StreamPulse). Uses gmailTrigger, httpRequest, clickUp. Event-driven trigger; 5 nodes.

Source: https://github.com/Yacine-ai-tech/StreamPulse/blob/master/connectors/n8n/workflows/invoice_intake.json — original creator credit. Request a take-down →

More Email & Gmail workflows → · Browse all categories →

Related workflows

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

Email & Gmail

Gmailtrigger Workflow. Uses gmailTrigger, httpRequest, googleDrive. Event-driven trigger; 13 nodes.

Gmail Trigger, HTTP Request, Google Drive
Email & Gmail

InquiryPilot - Gmail to Sheets and Draft. Uses gmailTrigger, httpRequest, googleSheets, gmail. Event-driven trigger; 4 nodes.

Gmail Trigger, HTTP Request, Google Sheets +1
Email & Gmail

Spam-Ham-N8N. Uses gmailTrigger, httpRequest, gmail. Event-driven trigger; 4 nodes.

Gmail Trigger, HTTP Request, Gmail
Email & Gmail

V.NOTEBOOK - Gmail Watch. Uses gmailTrigger, httpRequest. Event-driven trigger; 2 nodes.

Gmail Trigger, HTTP Request
Email & Gmail

This workflow ingests proof-of-delivery and completion documents from Gmail or a webhook, extracts key fields with an OpenRouter vision model, reconciles them against Google Sheets dispatch data, arch

Gmail Trigger, HTTP Request, Google Sheets +2