Block 1 - When clicking ‘Test workflow’
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Dynamically Run SuiteQL Queries in NetSuite via HTTP Webhook in n8n Important: This template uses a NetSuite community node, so it only works on self hosted n8n . Clou...
n8n-nodes-base.manualtrigger, n8n-nodes-netsuite.netsuite, n8n-nodes-base.webhook
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by DataAnts.
Original n8n.io source> Important: This template uses a NetSuite community node, so it only works on self-hosted n8n. Cloud-based n8n instances currently do not support community nodes.
This workflow template allows you to dynamically run SuiteQL queries in NetSuite by sending an HTTP request to an n8n Webhook node. Once triggered, the workflow uses token-based authentication to execute your SuiteQL query and returns the results as JSON. This makes it easy to integrate real-time NetSuite data into dashboards, reporting tools, or other applications.
Send any SuiteQL query on demand instead of hardcoding queries or manually running reports.
Quickly pull NetSuite data into front-end systems (like Excel dashboards, custom web apps, or internal tools) by calling the webhook endpoint.
Automate data extraction and formatting, reducing the need for manual exports and improving efficiency.
Trigger:
Input Processing:
suiteql).Query Execution:
Response:
NetSuite Community Node
NetSuite Token-Based Authentication
n8n Webhook
http://<your-n8n-domain>/webhook/unique-id) from the Webhook node.Usage
curl "http://<your-n8n-domain>/webhook/unique-id?suiteql=SELECT%20*%20FROM%20account%20LIMIT%2010"
Change the Query:
Simply adjust the suiteql parameter in your HTTP request to run different SuiteQL statements.
Data Transformation:
Insert nodes (e.g., Function, Set, or Format) to modify or reformat the data before returning it.
Extend Integration:
Chain additional nodes to push the retrieved data to other services (Google Sheets, Slack, custom dashboards, etc.).
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 | Dynamically run SuiteQL queries in NetSuite via HTTP webhook in n8n |
|---|---|
| Complexity | beginner |
| Nodes | 3 |
| Categories | Engineering |
| Author | DataAnts |
| Published | 24 Feb 2025 |
Use the JSON export at /data/workflows/3002/3002.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.
Dynamically Run SuiteQL Queries in NetSuite via HTTP Webhook in n8n Important: This template uses a NetSuite community node, so it only works on self hosted n8n . Clou...
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.