This workflow follows the Google Drive → Google Drive Trigger 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": "Auction File Aggregator (Google Drive \u2192 StreamPulse Secure HMAC)",
"nodes": [
{
"parameters": {
"pollTimes": {
"item": [
{
"mode": "everyMinute"
}
]
},
"folderId": {
"__rl": true,
"value": "your-folder-id",
"mode": "id"
}
},
"name": "Google Drive Trigger",
"type": "n8n-nodes-base.googleDriveTrigger",
"position": [
-200,
0
],
"credentials": {
"googleDriveOAuth2Api": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"operation": "download",
"fileId": "={{ $json.id }}"
},
"name": "Download File",
"type": "n8n-nodes-base.googleDrive",
"position": [
20,
0
],
"credentials": {
"googleDriveOAuth2Api": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"options": {}
},
"name": "Parse CSV/Excel",
"type": "n8n-nodes-base.spreadsheetFile",
"position": [
240,
0
]
},
{
"parameters": {
"url": "https://streampulse.ysiddo-ai-projects.app/webhook/auction_aggregator/with-vision",
"method": "POST",
"sendBody": true,
"specifyBody": "json",
"jsonBody": "={{ JSON.stringify({records: $json.data}) }}",
"options": {
"headers": {
"X-OmniIntel-Internal-Token": "REDACTED_SECRET",
"X-Signature-256": "={{ $credentials.streampulseHmac.signature }}"
}
}
},
"name": "StreamPulse HMAC Push",
"type": "n8n-nodes-base.httpRequest",
"position": [
460,
0
],
"credentials": {
"streampulseHmac": {
"name": "<your credential>"
}
}
}
],
"connections": {
"Google Drive Trigger": {
"main": [
[
{
"node": "Download File",
"type": "main",
"index": 0
}
]
]
},
"Download File": {
"main": [
[
{
"node": "Parse CSV/Excel",
"type": "main",
"index": 0
}
]
]
},
"Parse CSV/Excel": {
"main": [
[
{
"node": "StreamPulse HMAC Push",
"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.
googleDriveOAuth2ApistreampulseHmac
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Auction File Aggregator (Google Drive → StreamPulse Secure HMAC). Uses googleDriveTrigger, googleDrive, spreadsheetFile, httpRequest. Event-driven trigger; 4 nodes.
Source: https://github.com/Yacine-ai-tech/StreamPulse/blob/master/connectors/n8n/workflows/auction_aggregator.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.
Automação VR/VA (Desafio 4) teste 1. Uses googleDriveTrigger, googleDrive, compression, spreadsheetFile. Event-driven trigger; 40 nodes.
Automatically process invoices and receipts using Gemini OCR, extracting data directly into Google Sheets from multiple sources including Google Drive, Gmail, and Telegram. This powerful workflow ensu
Working With Excel Spreadsheet Files Xls Xlsx. Uses stickyNote, readBinaryFile, manualTrigger, writeBinaryFile. Event-driven trigger; 24 nodes.
This workflow will help guide you through obtaining a spreadsheet file, reading it, making a change then saving it to local or cloud storage.
Workflow 1826. Uses readBinaryFile, writeBinaryFile, googleDrive, microsoftOneDrive. Event-driven trigger; 24 nodes.