Loading...
Loading...
NetSuite integration. Manage accounting and erp data, records, and workflows. Use when the user wants to interact with NetSuite data.
npx skill4agent add membranedev/application-skills netsuitemembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search netsuite --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| List Customers | list-customers | Retrieve a paginated list of customers from NetSuite |
| List Vendors | list-vendors | Retrieve a paginated list of vendors from NetSuite |
| List Employees | list-employees | Retrieve a paginated list of employees from NetSuite |
| List Contacts | list-contacts | List contacts from NetSuite with optional filtering and pagination |
| List Sales Orders | list-sales-orders | Retrieve a paginated list of sales orders from NetSuite |
| List Purchase Orders | list-purchase-orders | Retrieve a paginated list of purchase orders from NetSuite |
| List Invoices | list-invoices | Retrieve a paginated list of invoices from NetSuite |
| List Journal Entries | list-journal-entries | Retrieve a paginated list of journal entries from NetSuite |
| List Inventory Items | list-inventory-items | List inventory items from NetSuite with optional filtering and pagination |
| Get Customer | get-customer | Retrieve a single customer by ID from NetSuite |
| Get Vendor | get-vendor | Retrieve a single vendor by ID from NetSuite |
| Get Employee | get-employee | Retrieve a single employee by ID from NetSuite |
| Get Contact | get-contact | Get a specific contact by ID from NetSuite |
| Get Sales Order | get-sales-order | Retrieve a single sales order by ID from NetSuite |
| Get Purchase Order | get-purchase-order | Retrieve a single purchase order by ID from NetSuite |
| Get Invoice | get-invoice | Retrieve a single invoice by ID from NetSuite |
| Get Journal Entry | get-journal-entry | Retrieve a single journal entry by ID from NetSuite |
| Create Customer | create-customer | Create a new customer in NetSuite |
| Create Vendor | create-vendor | Create a new vendor in NetSuite |
| Update Customer | update-customer | Update an existing customer in NetSuite |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane action list --intent=QUERY