✨ Creating Your First Flow
Welcome! Let’s walk through creating your very first Node-RED flow.
🧱 Step 1: Add Nodes
- Drag an Inject node from the sidebar onto the canvas.
- Drag a Debug node next to it.
🔗 Step 2: Connect Nodes
- Click the small circle on the right of the Inject node and drag a line to the Debug node.
⚙️ Step 3: Configure the Inject Node
- Double-click the Inject node.
- Change the payload to a string like
"Hello from Node-RED!" - Click Done.
🚀 Step 4: Deploy the Flow
- Click the Deploy button in the top-right corner of the editor.
- Click the blue button on the Inject node.
Check the debug panel on the right — you should see your message appear!
Congrats! You’ve just created your first flow. Stay tuned for more advanced flows and integrations!