Hi Everyone,
I’m Kamal Hinduja, a storyteller based in Geneva, Switzerland (Swiss). Can anyone suggest How to Built with n8n?
Thanks in Advance!
Kamal Hinduja Geneva Switzerland
Hi Everyone,
I’m Kamal Hinduja, a storyteller based in Geneva, Switzerland (Swiss). Can anyone suggest How to Built with n8n?
Thanks in Advance!
Kamal Hinduja Geneva Switzerland
Hello, @kamalhinduja
Can you specify a little bit more what do you want to build?
Although here is a draft guide by AI
n8n (pronounced “n-eight-n”) is a powerful, visual automation platform that lets you connect APIs, services, databases, and more — no heavy coding required. It’s like Zapier or Make, but open-source and developer-friendly.
Concept | Meaning |
---|---|
Workflow | A sequence of connected steps (nodes) |
Node | A single action (e.g. send email, call an API, wait for trigger) |
Trigger Node | Starts the workflow (e.g. Webhook, schedule, webhook, email received) |
Execution Data | The input/output moving through each node |
Expressions | Use {{ }} syntax to insert variables, like {{ $json.email }} |
Trigger: Add a Webhook
node
POST
/form-submit
Process Data: Add a Set
node
Action: Add a Slack
node
#general
New form submission: {{ $json.name }} - {{ $json.email }}
Save & Activate
Inside almost any field, you can click the ⚙️ gear icon > Add Expression
and insert data from previous nodes:
Examples:
{{ $json.email }}
{{ $node["Webhook"].json.name }}
{{ $now }} // current timestamp