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
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 →