Hi everyone,
I have created a community n8n node for the Acumatica REST API.
n8n-nodes-acumatica - npm
lekker-solutions/n8n-nodes-acumatica: Acumatica n8n Node
There are 3 nodes you can use:
- Default / 25.200.001
- Default / 24.200.001
- Custom (You enter the Name / Version)
On each defined resource on the endpoint, the following operations are allowed:
- Get List (GET)
- Get by ID/Keys (GET)
- Create/Update (PUT)
- Delete by ID/Keys
- Invoke Action
- Attach File
- Download File
- Custom API Call
Other Notes:
- Custom fields are not handled yet on the DEFAULT endpoints, so just use the Custom Endpoint node.
- For auth, only OAuth Authorization code flow is supported, but setting up a credential is very easy (There is a built in ‘Acumatica Credential’)
If you are unsure how to use a community node:
Using community nodes | n8n Docs
Hopefully this helps speed up your integrations using n8n!