Skip to content
WorksBuddy Docs
AgentsRevo

Revo quickstart

Build, test, and activate your first Revo workflow.

This guide walks you from an empty canvas to a running automation. The fastest path is to describe the process in plain English, let Revo generate the workflow, then test and activate it.

Before you start

You will need:

  • A WorksBuddy account with Revo enabled.
  • At least one trigger source ready, such as a connected app, a webhook URL, a schedule, or an event from another WorksBuddy agent (Lio, Taro, Inzo, or Sigi).
  • Credentials for any external app you want Revo to act on, connected through Pipedream Connect (OAuth 2.0).

Steps

Describe or start the workflow. Describe the automation you want in plain English and let Revo generate the full workflow, or start from a blank canvas. Revo produces the triggers, actions, conditions, and field mappings for you to refine.

Choose a trigger. Pick what starts the workflow: a webhook, a cron schedule, an app event, a manual run, or an internal trigger from another WorksBuddy agent. Add trigger conditions if you only want the workflow to run when the data matches your rules.

Add action and logic nodes. Drag nodes from the library onto the canvas and connect them. Use Condition, Loop, Delay, and Transform nodes to shape the flow, and map fields between steps so each action receives the right data.

Test individual steps. Use test mode with sample or mock data to run steps without side effects. Real-time validation flags configuration errors before you save.

Activate the workflow. Toggle the workflow on. Revo runs it on the Temporal execution engine, retrying failed steps automatically and recording every run.

Watch it run. Open the execution view to follow live status, step-by-step logs, and durations. Set up failure alerts so you are notified the moment something breaks.

What is next