n8n node for NetSuite using the REST API. This version has a few security patches, extends additional transaction types, and fixes some syntax issues.
npm install @drowl87/n8n-nodes-netsuiten8n node for interacting with NetSuite using SuiteTalk REST Web Services.
This project has been forked to extend a few additional transaction types in NetSuite as well as patch several vulnerabilities in outdated dependencies.
The community project and its dependencies and versions is available here on NPM.
For users on n8n v0.187+, your instance owner can install this node from Community Nodes.
1. Go to Settings > Community Nodes.
2. Select Install.
3. Enter @drowl87/n8n-nodes-netsuite in Enter npm package name.
4. Agree to the risks of using community nodes: select I understand the risks of installing unverified code from a public source.
5. Select Install.
After installing the node, you can use it like any other node. n8n displays the node in search results in the Nodes panel.
To get started install the package in your n8n root directory:
npm install @drowl87/n8n-nodes-netsuite
For Docker-based deployments, add the following line before the font installation command in your n8n Dockerfile:
RUN cd /usr/local/lib/node_modules/n8n && npm install @drowl87/n8n-nodes-netsuite
Token-Based Authentication is enabled.n8n Integration and add a description. Leave Token-Based Authentication enabled, but uncheck TBA: Authorization Flow and any of the checkboxes under the OAuth 2.0 heading. Save the Consumer Key/Secret for configuration with n8n.REST API Integration - n8n. NOTE: You may need to play around with permissions and add more if you are running into access errors.Web services only roleLog in using Access Tokens, User Access Tokens, and REST Web ServicesAccess tab, assign the newly-created role.Token Key/Secret for configuration with n8n.https://1234567.app.netsuite.com, click +Create new credential1234567.suitetalk.api.netsuite.com1234567https://1234567.app.netsuite.com/app/common/integration/integrapplist.nl?whence=https://1234567.app.netsuite.com/app/setup/accesstokens.nl?whence=I'm fairly new to n8n so please feel free to add onto this and submit pull requests. Many thanks to the original work by drudge and additions by ianpogi5.
MIT License
Copyright (c) 2022 Nicholas Penree
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.