URL
Learn about URL nodes and their navigation capabilities
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
Name
Name
Set a descriptive name for your URL node. This helps identify the node’s purpose in your workflow.
Description
Description
Provide a clear description of what this URL navigation will accomplish.
URL Configuration
The URL field contains the web address to navigate to. Include:
- Protocol: Use
https://
orhttp://
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:
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
Workflow Entry Point
Workflow Entry Point
Start your automation by navigating to a login page, dashboard, or any target website.
Page Transitions
Page Transitions
Navigate between different sections of a website or switch to different domains mid-workflow.