Block 1 - Sticky Note
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Sync QuickBooks Chart of Accounts to Google BigQuery Keep a historical, structured copy of your QuickBooks Chart of Accounts in BigQuery. This n8n workflow runs weekly, syncing new or updated accou...
n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger, n8n-nodes-base.httprequest, n8n-nodes-base.code, n8n-nodes-base.googlebigquery
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Fahmi Fahreza.
Original n8n.io sourceKeep a historical, structured copy of your QuickBooks Chart of Accounts in BigQuery. This n8n workflow runs weekly, syncing new or updated accounts for better reporting and long-term tracking.
1. Prepare BigQuery
quickbooks.accounts) with columns matching the final SQL insert step.2. Add Credentials
3. Configure the HTTP Node
1. Get Updated Accounts from QuickBooks.Ctrl + Alt + ? in QuickBooks to find it.4. Configure the BigQuery Node
4. Load Accounts to BigQuery.5. Activate
select * from Account for a full pull.2. Structure Account Data to include or transform fields as needed.This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Sync QuickBooks chart of accounts to Google BigQuery |
|---|---|
| Complexity | intermediate |
| Nodes | 8 |
| Categories | Engineering |
| Author | Fahmi Fahreza |
| Published | 28 Jul 2025 |
Use the JSON export at /data/workflows/6554/6554.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Sync QuickBooks Chart of Accounts to Google BigQuery Keep a historical, structured copy of your QuickBooks Chart of Accounts in BigQuery. This n8n workflow runs weekly, syncing new or updated accou...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Engineering use case.