Netsuite Integration?

Brian McMinn3
Kilo Explorer

I am looking to pull data from Netsuite on some invoice data. I believe it is an Oauth 2.0 connection. I have not done an integration in ServiceNow and there doesn't seem to be much material on Netsuite. Looking for some help to get me started on this integration and the tools I will need to get the data from Netsuite. Any help is appreciated.

5 REPLIES 5

AryanA
Tera Contributor

To pull invoice data from NetSuite into ServiceNow using an OAuth 2.0 connection, you'll first need to set up an integration between the two systems. Start by ensuring you have a NetSuite account with API access permissions and a ServiceNow instance where you can create scripts and manage integrations. You'll use OAuth 2.0 for authentication, which involves creating a Connected App in NetSuite to generate the necessary credentials (Client ID, Client Secret, Token). In ServiceNow, you will create a REST Message with the NetSuite API endpoint and configure OAuth 2.0 authentication using the credentials obtained from NetSuite. To verify your setup, use ServiceNow's REST API Explorer to test the API calls and ensure you're getting the correct data. JavaScript knowledge is crucial, as you will likely need to write scripts in ServiceNow to process and store the data. Optionally, tools like Postman can be helpful for testing API requests and responses before implementing them in ServiceNow.