Skip to main content

Workflow templates

Visual automations you can drop in and customize. Triggered by schedule, webhook, or your app - connected to AI, your database, email, Slack, and more.

Summarise something and post it to Slack

Take in a chunk of text (form submit, webhook, signup), let AI summarise it, send the summary to a Slack channel.

ai· beginner· 5 nodes

Check a website is up, email me if it's down

Ping a website on a schedule and send yourself an email the moment it stops responding.

monitoring· beginner· 5 nodes

Save form submissions to a Google Sheet

When someone submits a form, add a new row to a Google Sheet with their details.

data· beginner· 5 nodes

Send yourself a daily database report

Run a query against your database every morning and email the results to yourself.

data· intermediate· 5 nodes

Sort incoming messages with AI

Receive a message (form, email, webhook), let AI tag it, then route it to the right action based on the tag.

ai· intermediate· 6 nodes

Send a weekly digest of new Airtable records

Every Monday, pull this week's new records from Airtable and email a digest summary.

data· beginner· 5 nodes

Stripe payment → fulfillment

When a Stripe payment succeeds: persist the order, email the customer, notify the fulfillment Slack channel.

ecommerce· intermediate· 6 nodes

Abandoned cart recovery (3-step)

Cart left at checkout. Recovery emails at +2h, +24h, +72h. Stops if the customer completes checkout.

ecommerce· intermediate· 10 nodes

Daily sales digest

Every morning: yesterday's orders, revenue, top products, summarised by AI and posted to Slack + email.

ecommerce· beginner· 6 nodes

Low stock alert

Every hour: scan inventory for products below threshold. Slack alert listing low-stock items.

ecommerce· beginner· 5 nodes

Subscription renewal failed

Stripe reports a recurring payment failure: email the customer with retry link, Slack billing team, mark past_due.

ecommerce· intermediate· 5 nodes

Lead → CRM + Slack

Form submission lands. Save the lead, ping the sales channel on Slack.

leadgen· beginner· 5 nodes

Document → RAG index

Uploaded doc → Document AI parse → embed → semantic-search index. The backbone of an AI Q&A app.

ai· intermediate· 5 nodes

Post-deploy error alert

Runtime error in first 10min after deploy → Slack alert.

ops· intermediate· 4 nodes

Invoice paid -> thank-you + CRM + accounting sync

When a Stripe payment lands for an invoice, send a thank-you email, log a CRM activity, and sync to QuickBooks/Xero.

finance· intermediate· 8 nodes

New signup -> welcome drip

Save signup as a CRM contact and enroll them in a 3-step welcome sequence.

leadgen· beginner· 6 nodes

Quote accepted -> create invoice + send

Generate an invoice from an accepted quote, email it, notify sales.

finance· intermediate· 6 nodes

No-show booking -> reminder + reschedule

Polite reschedule email, CRM activity, provider notification when a booking is marked no-show.

support· beginner· 6 nodes

Churn risk flagged -> save sequence

High-risk subscriber enters a save sequence; CSM is alerted in Slack.

growth· intermediate· 7 nodes