Acumatica

Acumatica integration for n8n

Overview

This node provides integration with Acumatica, a cloud ERP system, allowing users to interact with Acumatica's API within n8n workflows. It is useful for automating business processes such as managing financials, inventory, sales, and other ERP-related tasks by sending requests to Acumatica's API. Users can configure request options like batching, SSL certificate handling, proxy settings, and request timeout to tailor the API interactions to their needs.

Use Case Examples

  1. Automate the creation of sales orders in Acumatica by sending order data from a form submission.
  2. Fetch inventory levels from Acumatica periodically to update a dashboard.
  3. Batch process multiple customer records to update their details in Acumatica efficiently.

Properties

Name Meaning
Request Options Settings to customize how API requests are made to Acumatica, including batching, SSL handling, proxy, and timeout.

Output

JSON

  • responseData - The data returned from Acumatica API after executing the request.

Dependencies

  • Requires an Acumatica API credential for authentication.

Troubleshooting

  • If requests fail due to SSL errors, enable 'Ignore SSL Issues' to bypass certificate validation (not recommended for production).
  • Batching settings may cause delays or throttling issues if configured with very small batch sizes or intervals.
  • Proxy settings must be correctly formatted; otherwise, requests may fail to connect.
  • Timeout errors indicate the server did not respond in time; increase the timeout value if necessary.

Links

Discussion