Nodes2Cloud
Nodes2CloudDocs
Getting Started

Quickstart

Build and deploy your first workflow in 5 minutes

Quickstart

Welcome to Nodes2Cloud! In this guide, you will build and deploy a simple workflow that triggers via Webhook and sends a response back.

Create a Workflow

Head over to your Nodes2Cloud dashboard and click New Workflow.

Add a Trigger

Drag a Webhook Trigger node onto the canvas. This is how we will start our execution. The node will automatically generate a unique URL for you.

Add an Action

Drag an HTTP Request node or a Slack node onto the canvas.

Connect the Webhook node to the Action node by clicking and dragging from the Webhook's output port (the right side) to the Action's input port (the left side).

Test the Run

Click the Test Workflow button in the top right. Nodes2Cloud will securely execute your graph logic in the cloud and show you exactly what data flowed through each edge!

Deploy to the Edge

Once you're happy with your logic, click Deploy. Behind the scenes, Nodes2Cloud will instantly compile your visual graph into an ultra-fast Cloudflare Worker and deploy it directly to the Cloudflare Edge network!

Your Webhook URL is now live and ready to accept real traffic with zero cold-starts!

On this page