How to Create Your First n8n Workflow

A workflow in n8n is a series of connected steps that run automatically. Here is how to create your first one.

Understanding n8n Basics

  • Workflow: a visual automation made of connected nodes
  • Node: a single step or action (e.g., 'Send an email', 'Get data from Google Sheets')
  • Trigger: the node that starts the workflow (e.g., a webhook, a schedule, an event)
  • Execution: one run of your workflow

Creating a Simple Workflow — Example: Timed Email Notification

  1. Log in to your n8n instance.
  2. Click the + button or New Workflow.
  3. Click the + button in the canvas to add your first node.
  4. Search for Schedule Trigger and click it. This will trigger the workflow on a timer.
  5. Configure the schedule (e.g., every day at 8am).
  6. Click the + button on the Schedule Trigger node to add the next step.
  7. Search for Gmail (or Email) and select Send Email.
  8. Click Connect Credentials to link your Gmail account (follow the OAuth instructions).
  9. Fill in the To, Subject, and Message fields.
  10. Click Save at the top right.
  11. Click the Activate toggle to make the workflow live.

Key Trigger Types Available in n8n

  • Webhook Trigger — starts when an external app sends a request to your n8n URL
  • Schedule Trigger — runs at set times (e.g., every morning at 8am)
  • Email Trigger (IMAP) — starts when a new email arrives in a mailbox
  • HTTP Request — call any external API
  • WhatsApp — integrate with WhatsApp via 360Dialog or Meta Cloud API

Popular Workflow Ideas for Nigerian Businesses

  • WhatsApp message received → AI processes message → auto-reply via WhatsApp
  • New order in WooCommerce → add to Google Sheets → send notification to WhatsApp
  • New lead in GoHighLevel → send WhatsApp welcome message → create task
  • Daily schedule → scrape website → email summary report

Tip: n8n has 400+ built-in integrations. Use the search bar when adding nodes to find any app or service you need.

  • n8n guide, create workflow, trigger, n8n workflow, automation, nodes
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to Access Your n8n Instance After Purchase

Once your Hordanso n8n VPS is ready (usually within 5–30 minutes of purchase), here is how to...

How to Connect n8n to WhatsApp

Connecting n8n to WhatsApp allows you to send and receive WhatsApp messages automatically as part...

Powered by WHMCompleteSolution