The URL node navigates to a specified web address. It provides a simple way to direct the browser to any URL as part of your automation workflow.

Simple Navigation

Navigate to any web address with a single click

Workflow Integration

Seamlessly connect to other automation nodes

Start Node

Can be used as the starting point for your workflow

Universal Access

Navigate to any publicly accessible URL

Configuration Options

Basic Settings

URL Configuration

The URL field contains the web address to navigate to. Include:

  • Protocol: Use https:// or http:// for web addresses
  • Domain: The website domain (e.g., example.com)
  • Path: Specific page path if needed (e.g., /login or /products)
  • Parameters: Query parameters if required (e.g., ?id=123&type=user)

Example:

https://example.com/login

Node Settings

Start Node

Toggle: Enable to make this the first node in your workflow

  • Workflow begins with this URL navigation
  • Automatically opens browser to specified URL
  • No prerequisite nodes required

Navigation

Behavior:

  • Instant navigation to specified URL
  • Waits for page to load completely
  • Passes control to next connected node
  • Handles redirects automatically

Use Cases