iVendNext N8N - Connecting to iVendNext
Before a node can read or write data it needs to know which tenant to talk to and prove it is allowed to. This is done once with an iVendNext API credential, which you then reuse in every workflow.
4.1 — Generate your access keys in iVendNext
Sign in to your iVendNext tenant, e.g. https://acme.ivendnext.com.
Open your User profile and scroll to the API Access section.
Click Generate Keys.
Copy the API Key and the API Secret shown.
Copy the secret now
The API Secret is displayed only once. Store it safely (e.g. in your password manager). If it is lost, simply generate keys again.

Best practice
Create a dedicated integration user in iVendNext (for example n8n Automation) and grant it only the roles it needs. This keeps automations separate from real staff accounts and makes access easy to audit or revoke.
4.2 — Create the credential in n8n
In n8n choose Credentials → Create New → iVendNext API and complete the fields:
Field | What to enter |
|---|
API Key | The API Key you copied from iVendNext. |
API Secret | The API Secret you copied from iVendNext. |
Environment | Select the listed environment option. |
Domain | Your tenant address, including https:// and with no trailing slash — e.g. https://acme.ivendnext.com. |
Ignore SSL Issues | Leave off. Only ever enable this for a temporary test environment with a self-signed certificate. |
4.3 — Test and save
Click Save. n8n immediately performs a secure sign-in check against your tenant. A green tick confirms the keys and address are correct and the connection is live. You can now use this credential in any iVendNext node.
If the test fails
The cause is almost always one of three things: a mistyped key or secret, a Domain missing the https:// prefix or carrying a trailing slash, or an integration user without permission. See Troubleshooting.
Related Articles
Connecting AI
Overview iVendNext AI Gateway works by establishing a secure, authenticated connection between your iVendNext instance and an AI assistant — such as Claude Desktop or ChatGPT. Once this connection is in place, users can begin asking questions about ...
iVendNext Foresight - iVendNext Foresight in the iVendNext Family
About this guide. iVendNext Foresight is the predictive intelligence module of the iVendNext Retail Management platform. This guide explains what Foresight does, the business logic behind every prediction, how each capability is configured, and how ...
iVendNext N8N - What is the iVendNext Node?
The iVendNext Node is the official connector that plugs your iVendNext retail platform into n8n — a visual workflow automation tool used by hundreds of thousands of teams worldwide. n8n lets you build automations by dragging boxes (called nodes) onto ...
iVendNext N8N - The iVendNext Trigger Node
Purpose What the Trigger Node is for The Trigger Node listens to iVendNext and starts a workflow the instant something happens. Where the Action Node waits to be told what to do, the Trigger Node is the doorbell — it fires the moment a sale is made, ...
iVendNext N8N - The iVendNext Action Node
Purpose What the Action Node is for The Action Node does something to iVendNext when the workflow tells it to. It is how a workflow reads data out of iVendNext or writes data into it. Think of it as your hands inside the system: fetch this order, ...