Description
n8n-nodes-nsrestlet
n8n is a fair-code licensed workflow automation platform.
Installation
Credentials
Usage
Compatibility
Resources
Installation
Installation instructions for installing/deleting/updating community nodes your n8n instance can be found here. Our npm package name is @squaregrove/n8n-nodes-nsrestlet
.
Credentials
Set up credentials in Netsuite using the following steps
1. Create an integration record
* Go to Setup > Integration > Manage Integrations > New.
* Check the box for Token-Based Authentication.
IMPORTANT – After you click Save, make sure you take note of the Consumer Key and Consumer Secret. This is the only time you will be able to get those, so if you don’t copy them down then a new integration record will need to be created. You will use these later on in n8n.
* Go to Setup > Users/Roles > Access Tokens.
* On the Access Tokens page, click New Access Token.
* Select the Application Name from the dropdown which will be the same name you chose for your integration record in step 1. Also fill out the User, Role, and adjust the Token Name if you want before clicking Save.
IMPORTANT – After you click Save, make sure you take note of the Token ID and Token Secret. This is the only time you will be able to get those, so if you don’t copy them down then a new access token will need to be generated. You will use these later on in n8n.
3. Set up a restlet script record
* Go to Customization > Scripting > Scripts > New, and then select RESTlet as the script type.
* Enter a name and select the script file. n8n community nodes documentation