API configuration: netsuite

Features

FeatureStatus
Auth (OAuth)βœ…
Syncs & Actionsβœ…
Nango Proxyβœ…
Auto-pagination🚫 (time to contribute: <1h)
API-specific rate limits🚫 (time to contribute: <1h)
We can implement missing features in <48h, just ask for it in the community.

Getting started

Need help getting started? Get help in the community.

Connection configuration in Nango

Netsuite requires a user specific account id to run OAuth.

You should request this from the user and pass it to Nango in the nango.auth() call:

nango.auth('netsuite', '<CONNECTION-ID>', {params: {accountId: '<netsuite-account-id>'}});

For more details see the docs here.

API gotchas

  • There doesn’t seem to be a way to create a Netsuite account without scheduling a call.
Add Getting Started links and Gotchas by editing this page