π Quickstart
Connect to Netsuite TBA with Nango and see data flow in 2 minutes.1
Create the integration
In Nango (free signup), go to Integrations -> Configure New Integration -> Netsuite TBA.
2
Authorize Netsuite TBA
Go to Connections -> Add Test Connection -> Authorize, then complete the Netsuite TBA authentication. Later, youβll let your users do the same directly from your app.
Netsuite requires a user-specific account ID to run OAuth. Youβll need to provide this along with your OAuth credentials.
3
Call the Netsuite TBA API
Letβs make your first request to the Netsuite API. Replace the placeholders below with your secret key, integration ID, and connection ID:Or fetch credentials with the Node SDK or API.β
Youβre connected! Check the Logs tab in Nango to inspect requests.
- cURL
- Node
4
Implement Nango in your app
Follow our quickstart to integrate Nango in your app.To obtain your own production credentials, follow the setup guide linked below.
π Netsuite TBA Integration Guides
Nango maintained guides for common use cases.- How to set up Netsuite TBA with Nango
Configure token-based authentication with Netsuite and connect it to Nango
π§© Pre-built syncs & actions for Netsuite TBA
Enable them in your dashboard. Extend and customize to fit your needs.Bills
| Function name | Description | Type | Source code |
|---|---|---|---|
bill-create | Creates a vendor bill in Netsuite. | Action | π Github |
bill-update | Updates an existing vendor bill in Netsuite. | Action | π Github |
Credit Notes
| Function name | Description | Type | Source code |
|---|---|---|---|
credit-note-create | Creates a credit note in Netsuite | Action | π Github |
credit-note-update | Updates a credit note in Netsuite | Action | π Github |
credit-notes | Fetches all credit notes in Netsuite | Sync | π Github |
Customers
| Function name | Description | Type | Source code |
|---|---|---|---|
customer-create | Creates a customer in Netsuite | Action | π Github |
customer-update | Updates a customer in Netsuite | Action | π Github |
customers | Fetches all customers in Netsuite | Sync | π Github |
Fields
| Function name | Description | Type | Source code |
|---|---|---|---|
fetch-fields | Fetches all fields in Netsuite | Action | π Github |
Invoices
| Function name | Description | Type | Source code |
|---|---|---|---|
invoice-create | Creates an invoice in Netsuite | Action | π Github |
invoice-update | Updates an invoice in Netsuite | Action | π Github |
invoices | Fetches all invoices in Netsuite | Sync | π Github |
Payments
| Function name | Description | Type | Source code |
|---|---|---|---|
payment-create | Creates a payment in Netsuite | Action | π Github |
payment-update | Updates a payment in Netsuite | Action | π Github |
payments | Fetches all payments received from customers in Netsuite | Sync | π Github |
Purchase Orders
| Function name | Description | Type | Source code |
|---|---|---|---|
purchase-order-create | Creates a purchase order in Netsuite | Action | π Github |
purchase-order-update | Updates an existing purchase order in Netsuite. | Action | π Github |
Others
| Function name | Description | Type | Source code |
|---|---|---|---|
locations | Fetches all locations in Netsuite | Sync | π Github |
general-ledger | Fetches all JournalEntries in Netsuite | Sync | π Github |