Skip to main content

n8n - Workflow Automation

n8n is an automation tool that allows you to connect different applications and create automated workflows without coding.

What is it for?

  • Automate repetitive tasks - Connect Gmail, Slack, Google Sheets, etc.
  • Integrate applications - Sync data between different services
  • Create workflows - Design visual flows with drag and drop

Open Source Alternative to

  • Zapier
  • Make (Integromat)
  • Workato
  • Tray.io
  • Power Automate
  • IFTTT

Why choose n8n over SaaS alternatives?

Featuren8nSaaS Alternatives
CostFixed monthly pricePer user/usage
DataOn your serverOn external servers
LimitsNo limitsPlan-based limits
Customization100% customizableLimited
CodeOpen sourceProprietary

Use case examples

  • Receive an email → Save attachments to Google Drive → Notify on Slack
  • New lead in CRM → Send welcome email → Add to newsletter list
  • WordPress post → Automatically share on Twitter and LinkedIn

Minimum requirements

ResourceMinimumRecommended
CPU1 vCPU2 vCPU
RAM1 GB2 GB
Storage25 GB50 GB

Initial setup

When deploying n8n, you will configure:

  • Username: Your username to access
  • Password: Your access password

Getting started

1. Access the editor

After deployment, click "Open App" and enter your credentials.

2. Create your first workflow

  1. Click + Add workflow
  2. Drag a Trigger node (e.g., Webhook, Schedule)
  3. Connect action nodes
  4. Activate the workflow

3. Connect your apps

For each service you want to use:

  1. Go to Settings > Credentials
  2. Click Add Credential
  3. Select the service and authorize

Video tutorials

Additional resources

Troubleshooting

I can't connect a credential

Make sure your n8n URL (yourapp.deployalo.com) is correctly configured as the "Webhook URL" in the external service.

The workflow doesn't run

  1. Verify the workflow is active (green toggle)
  2. Check the logs in Executions
  3. Verify connected credentials