NetSuite connector | Zoho Creator Help

NetSuite connector

Overview

NetSuite is a popular cloud-based ERP solution provided by Oracle. The NetSuite connector in Zoho Creator enables seamless integration with your NetSuite account, allowing you to automate workflows, sync data, and perform various actions from within Zoho Creator.

Meta information

Connector
NetSuite
Authentication type
OAuth 2.0
Data centers
US, IN, EU, AU, CA, SA, JP, and UAE
Applicable for 
C5, C6
Website
Privacy policy
API documentation

Setting up the NetSuite connector

As a prerequisite for creating the built-in NetSuite connector in Zoho Creator, you'll need to obtain a client ID and client secret from your NetSuite account. Follow these steps to generate them:
  1. Navigate to your NetSuite account using credentials that have access to the Administrator role.
    Note: Make sure you change your role to Administrator. 
  2. From your NetSuite dashboard, go to Setup > Company > Enable Features.
  3. On the Enable Features page, switch to the SuiteCloud tab.
  4. Scroll down to the SuiteTalk (Web Services) section and check the REST Web Services option.
  5. Under the Manage Authentication section, check the box for OAuth 2.0.
  6. Navigate to Setup > Integration > Manage Integrations > New.
  7. To create and configure an OAuth 2.0 integration in NetSuite:

    On the Integration page, enter the following details:
    Name: Enter your preferred name for the OAuth client.
    State: Select Enabled from the dropdown.
    Token-based Authentication: Ensure this option is unchecked.
    OAuth 2.0:
           AUTHORIZATION CODE GRANT: Check this box.
           REST Web Services: Set this to true.
           Redirect URI: Enter Zoho Creator's callback URL (https://creator.zoho.com/integration/oauth/callback).
  8. Click Save to save the integration. You should see a success message.
  9. After saving, your Consumer Key (Client ID) and Consumer Secret (Client Secret) will be displayed under the Client Credentials section. Copy these values. 

Creating a NetSuite connector in Zoho Creator

  1. Navigate to Microservices in the left pane and click + Create New. Then click Pick & Create next to Connections. 
  2. The list of built-in connectors will be displayed. Use the search bar to narrow down to the NetSuite connector and create a connection.
  3. Make the required customizations in the Add Connection pane and click Create And Authorize
  4. Next, the Link Account popup will be displayed requesting the credentials. 

    Client ID and Client Secret: Paste the values copied from step 8.
    Account ID: This is a unique alphanumeric identifier assigned to each NetSuite account. To find it, navigate to Setup > Company > Company Information. Then scroll down to the Account ID field and copy the value displayed.
  5. Click Authorize and you'll be redirected to NetSuite's authorization page. Enter your authorization credentials and accept the access permissions. After successful authorization, the connection is ready to be used in your applications. 

Where this connector can be used

Deluge

All the supported actions can be performed using Deluge workflows:
Method
Description
invokeURL
The Deluge invokeURL task can be used to access the NetSuite APIs for the supported actions.

For complete information on the APIs, visit the NetSuite API doc.