We’ve previously covered n8n in general—what n8n is, how it differs from its competitors, and what it offers when paired with Orderry. This article focuses on the practical side: we’ll walk through the entire process step by step, from registration to running your first scenario.
How to Deploy n8n
There are two ways:
Cloud-based n8n (n8n.cloud)—the fastest way to get started, requires no administration, and is suitable for most businesses.
Self-hosted—the platform is deployed on your own server or even a local computer. It gives you full control over your data but requires some technical expertise within your team for setup and maintenance.
Step 1. Signing Up for n8n
Go to n8n.io and click “Get started” / “Sign up.”
Enter your email address, password (at least 8 characters, including a number and an uppercase letter), and click “Next”.
Set your account name—this will be the unique subdomain address for your workspace (for example, mycompany.app.n8n.cloud).
Verify your email by clicking the link in the confirmation email.
The system will log you in automatically—you’ll be taken directly to the dashboard, where you can create your first workflow.
Step 2. Installing the Orderry community module
To install the module with Orderry nodes, you need to start creating your workflow.
1. Go to the Dashboard and click Create workflow.
2. Click Add step and select On app event.
3. Enter “roapp” in the search bar and open the app that appears.
4. Click Install node.
5. Done! The Orderry module is installed, and you can now choose from the available actions to build the workflow you need.
You can also connect the module directly from the Community Nodes page, without linking it to a specific scenario:
Go to Settings → Community Nodes.
Click Install.
Enter the package name — roapp (or the module’s full npm name).
Agree to the installation terms and click Install.
Once complete, the Orderry module will appear in the list of installed modules and will be available for selection in any scenario.
Step 3. Connecting Your Orderry Account to Nodes
Before using an Orderry node in a scenario, you must connect it to your account once—using credentials. This is what identifies your account and allows the node to perform actions specifically on your behalf, rather than in an abstract capacity. In the case of the Orderry, the API key for your account serves as your credentials.
To do this:
1. While configuring the step with the Orderry module, click Set up credentials.
2. In Orderry, go to Settings > API and copy the API key.
3. In n8n, enter the copied key into the Access Token field and save the settings.
After that, this node and all other Orderry nodes that you’ll use in future scenarios will be linked to your account. The same applies to nodes from any other services: when using them for the first time, you must link them to the appropriate account before using them in a scenario. This is important to ensure that the action in the scenario is performed specifically by the intended employee and from the intended account, rather than abstractly “by someone.”
You can view all connected credentials on the Personal → Credentials page. There, you can also link new credentials or add multiple bundles for the same module—for example, if some scenarios need to be executed on behalf of different employees or different accounts.
How to Work with Scenarios in n8n
No matter what process you’re automating, every workflow in n8n follows the same logic.
Where to do this: All workflows are configured in the Workflows tab—there you can create a new one (“+ Add workflow”) or open an existing one for editing.
Select a trigger—the event that launches the workflow: a new event in Orderry (for example, a new booking), a new response in a Google Form, a webhook, a scheduled trigger, or a manual launch.
Connect your credentials to the relevant nodes—if you haven’t done so already. This is done once for each account.
Add action nodes—step by step, describe what should happen after the trigger: check something, create a booking, send a message, etc. Each new node is added by clicking the “+” button after the previous one.
Pass the necessary data between nodes—in the fields of each node, you can populate values from previous steps (name, email, ID, etc.) by clicking on the field and selecting the desired data from the list.
Add conditions as needed—the IF node lets you split the workflow into branches (for example, “if the client already exists” / “if the client doesn’t exist”).
Test the workflow—the Test workflow button runs the workflow and shows which data passed through each node, which is handy for checking for errors.
Activate the workflow—use the Active toggle at the top of the screen. Only then will the workflow start running automatically, without needing to be manually triggered.
These seven steps are repeated in any workflow—the only difference is which specific triggers and nodes you choose for a particular task.
how to sign up for n8n, n8n registration, n8n installation, nodes, how to set up a community node, n8n credentials, how to create a script, how to create a workflow, n8n for beginners, n8n self-hosted, N8N Cloud, N8N trigger, how to build automation, API key configuration, N8N guide, step-by-step N8N instructions, script activation