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 →
{
"id": "FDl4Ho3KYiA7MIxR",
"name": "NetSuite Rest API workflow",
"tags": [],
"nodes": [
{
"id": "f7f90fb4-e29f-4bbf-a99d-ee2fde45cd06",
"name": "When clicking \u2018Test workflow\u2019",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-380,
-40
],
"parameters": {},
"typeVersion": 1
},
{
"id": "9fcc1ce7-e9bf-4592-8bcd-7c77272a9c59",
"name": "NetSuite",
"type": "n8n-nodes-netsuite.netsuite",
"position": [
-40,
-180
],
"parameters": {
"query": "={{ $json.query.suiteql }}",
"options": {},
"operation": "runSuiteQL"
},
"credentials": {
"netsuite": {
"name": "<your credential>"
}
},
"typeVersion": 1
},
{
"id": "1d615309-2cb0-4383-9698-2f80da0d4bf5",
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"position": [
-380,
-280
],
"parameters": {
"path": "249328cc-587a-4269-b266-96fe60cfaeb9",
"options": {},
"responseData": "allEntries",
"responseMode": "lastNode"
},
"typeVersion": 2
}
],
"active": true,
"settings": {
"executionOrder": "v1"
},
"versionId": "d6823e59-8e07-44a6-b4af-b029da620523",
"connections": {
"Webhook": {
"main": [
[
{
"node": "NetSuite",
"type": "main",
"index": 0
}
]
]
},
"NetSuite": {
"main": [
[]
]
},
"When clicking \u2018Test workflow\u2019": {
"main": [
[
{
"node": "NetSuite",
"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.
netsuite
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
NetSuite Rest API workflow. Uses manualTrigger, n8n-nodes-netsuite. Event-driven trigger; 3 nodes.
Source: https://github.com/Zie619/n8n-workflows — 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.
> 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.
Set Credentials Dynamically Using Expressions. Uses formTrigger, nasa, respondToWebhook, stickyNote. Event-driven trigger; 7 nodes.
Email form. Uses noOp, hunter, formTrigger, sendGrid. Event-driven trigger; 7 nodes.
Dynamic credentials using expressions. Uses formTrigger, nasa, respondToWebhook, stickyNote. Event-driven trigger; 7 nodes.
Automate Your Customer Service With WhatsApp Business Cloud & Asana. Uses formTrigger, whatsApp, stickyNote, asana. Event-driven trigger; 7 nodes.