How do I start creating a workflow in n8n?

The basic steps are:

  1. Open the n8n dashboard

  2. Click Create Workflow

  3. Add a trigger node (for example webhook or cron)

  4. Add action nodes

  5. Connect the nodes together

  6. Execute the workflow to test it

Once it works correctly, you can activate the workflow so it runs automatically.