mescalante
08/13/2025, 11:32 PMCeligo AI
08/13/2025, 11:32 PMAI generated answer (using internal Slack threads):To set up a new REST API account integration in NetSuite, you need to follow these steps: 1. Enable Token-Based Authentication (TBA): This is the first step in setting up your REST API integration. You need to ensure that TBA is enabled in your NetSuite account. 2. Create a Role: Create a role in NetSuite and assign the necessary permissions that your integration will need. 3. Assign Role to User: Assign the role you created to the user that will be used for the TBA. 4. Create an Integration Record: In NetSuite, create an integration record. This will provide you with the necessary credentials for your integration. 5. Create an Access Token: Finally, create an access token in NetSuite. This token will be used to authenticate your requests to the API. 6. Set up your RESTlet: Your RESTlet will need to be authenticated, so make sure to include the necessary headers, tokens, content type, and status in your setup. 7. Signature Method: NetSuite has changed the Signature Method to HMAC-SHA256, so ensure to use this method in your setup. 8. Handle Errors: If you encounter an error such as "INSUFFICIENT_PERMISSION", this means that the role you assigned to the user does not have the necessary permissions to perform the action. You may need to adjust the permissions of the role. Remember, the setup process can vary depending on your specific needs and the requirements of your integration. Always refer to the NetSuite documentation for the most accurate and up-to-date information. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Celigo AI
08/13/2025, 11:32 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.821861565
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.808874
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.808836818
Celigo AI
08/13/2025, 11:32 PM