--- title: 'NetSuite' description: '' --- # NetSuite undefined | Detail | Value | |---|---| | Category | Accounting | | Base URL | `https://{account_id}.suitetalk.api.netsuite.com/services/rest/record/v1` | | Authentication | OAuth2 | | Endpoints | 6 | | Connector key | `netsuite` | ## Using NetSuite in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **NetSuite** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET ](./get_customers_0) | Customers | | [GET ](./get_invoices_1) | Invoices | | [GET ](./get_sales_orders_2) | Sales Orders | | [GET ](./get_items_3) | Items | | [GET ](./get_vendors_4) | Vendors | | [GET ](./get_purchase_orders_5) | Purchase Orders | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.