NetSuite
Read NetSuite records — customers, sales orders, invoices — via the SuiteTalk REST Record API.
Auth: user-delegated OAuth 2.0. Attach the matching OAuth credential once; the InTouch server injects a live access token and keeps it refreshed for you. Your secrets stay in the encrypted vault — never in the tool, never shown to the AI assistant.
Operations
list_customersget_customerlist_sales_orderslist_invoicesget_invoice
Inputs
operation(required) — One of: list_customers, get_customer, list_sales_orders, list_invoices, get_invoiceaccountId(required) — NetSuite account ID — forms the account-specific host {accountId}.suitetalk.api.netsuite.com (e.g. 123456 or 123456_SB1).id— Record internal id — required for get_customer and get_invoice.query— Optional query params as a JSON object string, e.g. {"limit": 10, "offset": 0}.body— Request body as a JSON object string (unused by the read operations).
Example
operation: list_customers
accountId: <your accountId>