Getting Started with n8n: Your First Workflow in 10 Minutes
New to n8n? This beginner-friendly guide will walk you through creating your first workflow in just 10 minutes. No coding experience required!
Prerequisites
Before we begin, you'll need:
- An n8n instance (deploy one on ranx.cloud in 2 minutes)
- A Gmail account (for our example workflow)
- A Slack workspace (optional, but recommended)
Step 1: Access Your n8n Instance
Once you've deployed n8n on ranx.cloud, you'll receive your unique URL (e.g., yourname.ranx.cloud). Open it in your browser to access the n8n interface.
Step 2: Create Your First Workflow
Click the "Create Workflow" button. You'll see a blank canvas with a single "+" button. This is where the magic happens!
Understanding Nodes
In n8n, workflows are built using "nodes" - individual blocks that perform specific actions:
- Trigger Nodes - Start the workflow (e.g., "when email arrives")
- Action Nodes - Perform tasks (e.g., "send Slack message")
- Logic Nodes - Add conditions and transformations
Step 3: Add a Trigger
Let's create a workflow that monitors Gmail for new emails:
- Click the "+" button
- Search for "Gmail Trigger"
- Select "Gmail Trigger" node
- Click "Connect my account" and authorize Gmail
- Set "Event" to "Message Received"
Step 4: Add an Action
Now, let's send a Slack notification when an email arrives:
- Click the "+" on the Gmail Trigger node
- Search for "Slack"
- Select "Slack" node
- Connect your Slack account
- Choose your channel
- Write your message (use expressions to include email data)
Using Expressions
n8n's expressions let you use data from previous nodes. For example:
New email from: {{ $json.from }}
Step 5: Test Your Workflow
Before activating, test your workflow:
- Click "Execute Workflow" in the top right
- Send a test email to your Gmail
- Check if the Slack message appears
- Review the data passed between nodes
Step 6: Activate Your Workflow
Once testing is successful, toggle the "Active" switch in the top right. Your workflow now runs automatically!
Next Steps
Now that you've created your first workflow, try these:
- Add a filter to only notify for important emails
- Save email data to Google Sheets
- Create a workflow that posts to multiple channels
- Explore the 400+ integrations available
Ready to Build More Workflows?
Get your own n8n instance on ranx.cloud with 3-day free trial. No credit card required.
Start BuildingMore Articles
What is n8n? A Complete Guide to Workflow Automation
Discover n8n, the powerful open-source workflow automation tool that helps you connect apps and automate repetitive tasks without writing code.
n8n vs Zapier: Which Automation Tool is Right for You?
Compare n8n and Zapier to understand the key differences, pricing, features, and which automation platform best fits your needs.