Let's build your first workflow! We'll create a simple automation that fetches a random joke from an API and logs it.
Step-by-Step
- Add a Manual Trigger: This lets you run the workflow by clicking "Execute"
- Add an HTTP Request node: Configure it to fetch data from a public API
- Add a Set node: Extract the fields you want from the API response
- Execute and inspect: Run the workflow and examine the output at each step
What You'll Learn
- - How to add and connect nodes
- - How to configure node parameters
- - How to execute a workflow and inspect results
- - The basics of data flow between nodes