Skip to content
Lio AI Assistant
Revo for Marketing & Growth

Every lead, every channel, in the same flow.

Facebook lead ads, Typeform submissions, Webflow forms, Calendly bookings, Shopify orders, Gmail inquiries — all into Lio with the right tag, the right owner, the right follow-up sequence. Connect any of 1000+ apps through Pipedream. Build a multi-channel intake without owning the integration layer.

Growth Sources

Leads today
186
Channels live
9
Avg time to outreach
14s
Pipedream apps
23
Routing rules
42
FB

Facebook Lead Ads → Lio

Routes by region · auto-tags campaign

94 TODAY
TF

Typeform → Lio + Email sequence

Triggers nurture flow on form submit

38 TODAY
CAL

Calendly booked → Lio + Slack notify

Notifies AE · creates Taro prep task

22 TODAY
SHP

Shopify abandoned cart → Email + retarget

Sends recovery email · pixel-fires retarget

32 TODAY
0+External apps via Pipedream
0Native WorksBuddy apps
Temporal.ioDurable execution engine
The growth-team reality

You ship channels faster
than your stack absorbs them.

01

Every new channel needs another integration

You ship a Facebook campaign Monday. A Webflow form Tuesday. A Typeform Wednesday. Each one needs to feed Lio. Each one needs the right tag. Each one needs the AE on the lead. You're spending half the campaign budget on getting the data to the right place.

02

Multi-touch attribution lives in someone's spreadsheet

A prospect filled the Facebook form, then booked a Calendly, then downloaded the whitepaper, then opened the email. Each touch is in a different tool. The "where did this customer come from?" question takes a half-day of manual joining.

03

Hot leads cool because nobody woke up

Form fills land at 11:14pm. Your AE sees them at 9am. Eight hours of "I want to talk to you now" are wasted on Slack notifications nobody saw. The most engaged prospect in the funnel is the one who already moved on.

Revo wires every channel into one funnel. Tagged. Routed. Followed up. Tracked.
How growth teams work on Revo

Every channel intoone consistent funnel.

1000+ inbound channels via Pipedream

1000+ inbound channels via Pipedream

Facebook Lead Ads via direct Graph API. Typeform, Webflow, Calendly, Shopify, Webhook.site, Google Forms, Mailchimp, Segment, HubSpot Forms — anything you'd wire as a channel is already a trigger. Pick it, configure once, leads flow to Lio with the right structure.

  • Facebook Lead Ads via direct Graph API
  • 1000+ external apps via Pipedream Connect
  • Custom HTTP nodes for anything else
Routing rules that scale with the funnel

Routing rules that scale with the funnel

IF/ELSE branches with 14 operators sort every lead. By region (route to the right AE pool). By campaign (apply the right tag). By score (escalate the high-intent ones). By deal size (notify the CEO). The rules are visual, editable, version-controlled in JSON.

  • 14 condition operators with AND/OR
  • Variable interpolation in routing rules
  • Test mode to verify the branch before save
Nurture flows from any trigger

Nurture flows from any trigger

Trigger sends Evox email sequences. Trigger creates Taro tasks for the AE. Trigger updates Lio activity log. Trigger fires retargeting pixels via webhooks. The "what happens after the form fill?" stops being a chain of TODOs and becomes a workflow that runs itself.

  • Evox sends nurture sequences on trigger
  • Taro tasks created for AE follow-up
  • Pixel-fire and ad platform sync via HTTP
How growth teams use Revo

Three patterns the growth team ships every month.

01

Every channel into one Lio funnel

Facebook ads land in Revo via Graph API. Typeform via webhook. Calendly via OAuth. Shopify via Pipedream. Each trigger creates a Lio lead with the right campaign tag and source attribution. The "where did this lead come from?" question gets answered in the row.

Facebook Graph APITypeform WebhookLio Tagging
Multi-Channel Intake
What growth teams ship

Channel-to-CRM speed fromgrowth operators.

We were running paid acquisition across five channels and losing twenty percent of leads in the gap between form fill and AE outreach. Revo wired them all into Lio with sub-fifteen-second routing. Conversion on paid leads jumped a third.

— Head of Growth, B2B SaaS

0+

Inbound channels supported

0

Native WorksBuddy app integrations

0

Routing rule operators

0.0%

Workflow execution success rate

Built for every growth motion

Paid, organic,
community-led.

Paid Acquisition

Paid Acquisition

Facebook, Google, LinkedIn ads — every form fill captured, tagged with campaign, routed to the right AE pool. Pixel-fire retargeting on every touch.

Inbound & SEO

Inbound & SEO

Blog form fills, gated content downloads, newsletter signups — each one routed by topic interest, owner assigned, nurture sequence kicked off.

Community / PLG

Community / PLG

Slack community signup, Discord bot trigger, GitHub star — each high-intent signal becomes a Lio lead with a personalized outreach. The community becomes the funnel.

Events & Field Marketing

Events & Field Marketing

Conference badge scan → Lio lead. Calendly booking from event → AE notified. Booth form submissions auto-tagged with event name. Field marketing leaves no leads behind.

Growth team questions

What growth leads ask before they wire the funnel.

Three things. First, Revo is the native automation engine inside the WorksBuddy suite — Lio, Taro, Sigi, Inzo, and Evox are first-class apps with full trigger and action surfaces, not third-party connectors. Second, every workflow runs on Temporal.io for durable execution, automatic retries, and full state recovery — Zapier silently fails, Revo doesn't. Third, you get 1000+ external apps via Pipedream Connect plus a Developer Console to register your own apps, so you're not stuck waiting for a connector to ship.
Not yet. The OpenAI SDK is wired into the codebase as a foundation, but AI features are not active in the platform at this time. On the roadmap: workflow generation from plain-English descriptions, AI-suggested next step nodes while building a workflow, and AI-powered error explanations on failed executions. We'll ship these when they're real, not before.
Four kinds. Webhook triggers from GitHub, Stripe, Slack, Shopify, GitLab, or any custom source — with HMAC signature verification on inbound payloads. Pipedream app triggers for 1000+ external apps (Gmail new email, GitHub new commit, Google Sheets new row, etc.). Internal app triggers fired directly from Lio, Taro, Sigi, Inzo, and Evox. And manual triggers for workflows run on demand by clicking a button. Each trigger comes with the full event payload available in variable interpolation downstream.
Every workflow runs on Temporal.io. Steps are distributed across workers. Failed steps retry automatically with exponential backoff. Workflows mid-run survive deploys because state is persisted at every checkpoint. If Temporal itself is unavailable, a local fallback engine takes over so nothing stops. Each step writes a row to the execution_logs table for full audit and replay. Workflow runs can be aborted, paused, or resumed mid-flight from the UI.
Yes. The Developer Console lets any third-party app self-register with Revo. Each registered app gets a client_id, client_secret, and jwt_secret to authenticate. Developers define their own triggers (events the app emits) and actions (operations Revo can invoke). Once registered, the app appears as a first-class building block in the visual workflow builder — anyone in your org can use it in workflows alongside Lio, Taro, and the 1000+ external apps.
Both. The primary surface is a drag-and-drop visual builder — pick a trigger, add action nodes, wire data between them with variable interpolation ({{trigger.data.field}}), add IF/ELSE conditions with 14 operators, test each step against real APIs before saving. For developers, every workflow can be exported as JSON, version-controlled in git, and re-imported in another environment. Long-lived API tokens let you trigger workflows programmatically. The visual builder and the JSON are equivalent — pick the right surface for the right job.
Three patterns. Internal WorksBuddy apps (Lio, Taro, Sigi, Inzo, Evox) authenticate via runtime JWT tokens minted per workflow step — every app has its own secret. External Pipedream apps authenticate via the user's connected OAuth account, brokered through Pipedream Connect. Custom apps registered through the Developer Console authenticate with their own client_id/client_secret/jwt_secret. Webhook payloads are HMAC-signature-verified at the edge before any step runs.

Every lead. Tagged, routed, followed up.

See multi-channel intake, routing rules, and Evox nurture sequences in a 30-minute demo.

Revo · AI workflow automation

Describe the workflow, Revo builds it across 1,000+ apps.

Write an automation in plain English and Revo connects your tools, then sends AI agents to take action while you sleep.

1,000+
app integrations
99.9%
workflow uptime
0
lines of code to build
10x
faster than manual
Worksbuddy© 2026 Worksbuddy