Setting up workflows
With Revo, you can automate repetitive tasks and save time by building intelligent workflows powered by a single AI agent - Revo itself. This guide walks you through the full process of creating, configuring, testing, and monitoring a workflow.
1. Open the Workflow Builder
Navigate to Workflows from the left-hand panel.

Click the ‘New Workflow’ button located at the top right of your screen.

2. Choose a Trigger Type

Your workflow begins with a trigger, which tells Revo when to start the workflow. You can choose from four types:
✅ Manual Trigger
The workflow will only run when you manually click the ‘Run this workflow’ button.
If you don’t trigger it manually, nothing happens—no result or report is generated.
🕐 Scheduled Trigger
Choose the timezone, time of day, and days of the week when the workflow should run.
Once configured, Revo will automatically execute the workflow at the set intervals.
The results or reports will be sent or displayed according to the schedule.
Important: Make sure to toggle the workflow as active, otherwise, it won’t run even if it’s scheduled.
⚡ Event Trigger
Starts the workflow when something happens inside Revo. This could include actions such as:
A new document is created
A document is updated
A new task being created
A meeting is created
A memo is created
A photo document is created
A video document is created

🌐 Webhook Trigger
Use this when you want the workflow to respond to an event happening outside of Revo (e.g. in another app or platform).
An external service sends a real-time HTTP request to your workflow’s webhook URL.
As soon as that happens—like a form submission, support ticket update, or code push—Revo receives the data and launches the workflow automatically.
3. Add Workflow Steps (Nodes)

After setting up your trigger, click the small circle at the bottom of the trigger card to start adding the next node (step).
For each step, you can either:
• Give Revo an instruction
Write your instruction in clear, plain English (or any language you prefer).
You can configure:
The context Revo should refer to (e.g. User Stories, PRD, feedback..)
The LLM model to use (e.g. GPT-4, Claude..)
The mode (Default, Auto, Data Retrieval)
Whether you want to show Revo’s reasoning
• Create a Jira ticket
Automatically generate and format a Jira ticket from your workflow.
• Send a message to Slack
Post a custom message directly into Slack channels.
• Add a condition
Define a condition and, choose different next steps depending on whether the condition is true or false.

• Transform data
Tell Revo how to reshape or process data.

• Create an insight
Generate an Insight that appears in your Revo feed. The Create Insight step should just tell Revo how to present that transformed output in the feed.

• Update an Item
The Update Item step lets you modify an existing object in Revo (e.g. a Meeting, Insight, User Feedback, Issue, or Agent Context). Instead of creating a new item, you enrich or update fields on one that already exists.


• Analyze a video
Use this node to automatically analyze meeting recordings with both audio and visual AI. It goes beyond transcripts by capturing non-verbal signals, such as emotions, engagement, or hesitation.

To add the next step, just click the small circle at the bottom of the current node card. Keep doing this for each new instruction or action you want to include. Each click adds a new node where you can continue building your workflow step-by-step.
4. Test and Monitor Your Workflow
Test the Workflow
For manual and scheduled workflows: click ‘Run this workflow’.
For webhook and event triggers: simulate or perform the real action to test.
Example (webhook): Send a test payload from an external app to the webhook URL.
Example (event): Submit feedback or create a task in Revo to trigger the event.
Testing ensures your workflow behaves exactly as expected and is correctly triggered.
5. View Workflow Runs
Once a workflow has run, you can monitor and inspect its execution:
Go to the Runs tab to see a full list of past executions.
Click on any run to explore each node inside:
See the input Revo received at that step
The settings used (e.g. model, context)
The output Revo generated
This gives you full visibility into how Revo executed each instruction, making it easy to debug and improve your workflow over time.
Start Automating
You can now create as many workflows as you need to:
Automate repetitive tasks
Connect product signals across tools and teams
Free yourself up for strategic and creative work
Revo workflows let you scale your thinking, your actions, and your time—automatically.
Want to experiment with a workflow?
If you have a workflow idea you'd like to prototype or test, you can use our dedicated Workflow Toolbox:
👉 Try it here → revo-toolbox.vercel.app/workflow
This sandbox allows you to simulate a Revo workflow in a test environment, helping you refine your use case before full implementation.
Last updated