Automation Reference

Automations in FlowOS

FlowOS runs dozens of automations the moment your workspace is created. This page lists every automation — what is already running, what takes a one-time setup, and what you can build yourself.

32

Zero setup

18

Minimal setup

7

Build your own

8

Coming soon

1 — Zero Setup

These run automatically the moment your workspace is live. No configuration needed.

Ticket & Case Management

1.

Agent notified instantly when a ticket is assigned to them

2.

Customer notified the moment their ticket is resolved

3.

Warning sent to agent when ticket is approaching SLA deadline

4.

Alert sent to agent the moment an SLA is breached

5.

OLA (internal team target) breach detected and alerted every 5 minutes

6.

P1 critical ticket with no owner escalated to manager after 30 minutes

7.

Stale tickets with no activity flagged every morning at 8am

8.

Workflow crashes trigger an automatic notification to the team

Customer & Feedback

9.

Customer receives auto-acknowledgment when they submit portal feedback

10.

CSAT survey sent to customer automatically after their ticket is resolved

11.

CSAT survey expires automatically if customer does not respond in time

12.

All feedback submissions tagged with category automatically on arrival

13.

Negative feedback (≤ 2 stars or very negative sentiment) auto-escalated to High or Critical priority

14.

Feedback routed by category — Billing → High, Escalation → Critical, Technical → High

15.

Unresponded feedback escalated to High priority after 2 days — runs every morning at 08:30 UTC

On-Call & Escalation

16.

On-call page not acknowledged within 5 minutes escalates to next person automatically

17.

On-call escalation continues up the chain until someone responds

Integrations

18.

Connected integrations health-checked every 5 minutes

19.

Integration marked as degraded after 1 failure, down after 3 consecutive failures

20.

Circuit breaker opens automatically when a connected system goes down

21.

OAuth tokens renewed automatically before they expire

22.

OAuth connector owner notified automatically if token renewal fails

23.

CMDB configuration item health change notifies CI owner automatically — triggers when healthStatus changes via API or manual update

Knowledge & Assets

24.

Knowledge base articles moved to "Needs Review" automatically when they expire

25.

Asset expiry warnings sent automatically 30 days before licenses or warranties run out — runs daily at 09:00 UTC

Reporting & Monitoring

26.

KPI threshold breaches detected and alerted every 15 minutes

27.

Anomaly detection runs on platform metrics every hour

28.

Scheduled reports emailed automatically every morning at 7am

29.

Plugin update notifications sent automatically every morning at 9am

Platform

30.

Data retention policies execute automatically — old records purged on schedule

31.

Notifications rate-limited — same person never spammed more than once per entity per 5 minutes

32.

Notifications batched into hourly or daily digest per user preference

2 — Minimal Setup

One-time configuration, then runs automatically forever.

Email & Inbound

33.

Inbound emails converted to tickets automatically

Connect your IMAP inbox credentials in Settings → Email

34.

Email subject line sets ticket type and priority automatically — rules are pre-built

"urgent / critical / outage / down" → P1 · "security / breach / hack" → P2 · "password / access / locked" → P3 · Everything else → Service Request

35.

Multiple email inboxes polled independently at their own intervals

Connect each inbox's IMAP credentials separately

Feedback Channels

36.

QR code feedback form live and collecting responses

Generate a QR code from Settings → Feedback Channels → QR Codes, print and place it

37.

WhatsApp message → ticket created automatically

Add Phone Number ID, Access Token, and Verify Token in Settings → Feedback Channels → WhatsApp

38.

Website widget captures feedback automatically

Copy the 1-line embed code from Settings → Feedback Channels → Widget, paste in your website

39.

Google Reviews pulled in automatically — negative reviews create incidents

Add your Google Place ID and API Key in Settings → Feedback Channels → Google Reviews

WhatsApp Workflow Templates (Pre-Built)

40.

"Customer WhatsApp Auto-Reply" — confirms new incident back to the customer on WhatsApp

Ships inactive as a workflow template. Trigger: "whatsapp.message.received" (isNewIncident = true). Enable it in Workflow Studio.

41.

"Incident Status Changed → WhatsApp Customer Update" — texts the customer whenever incident status changes

Ships inactive as a workflow template. Trigger: "itsm.incident.status_changed" (skipped when status is closed). Enable it in Workflow Studio.

42.

"Agent Assigned → WhatsApp Customer Notification" — texts the customer once an agent is assigned

Ships inactive as a workflow template. Trigger: "itsm.incident.assigned". Enable it in Workflow Studio.

43.

"WhatsApp Customer Incident Resolution" — customer replies "close" / "resolved" / "cancel" / "fixed" and the workflow auto-closes the incident and confirms back on WhatsApp

Ships inactive as a workflow template. Trigger: "whatsapp.message.received" → condition node matches the reply → itsm-action node closes the incident → whatsapp node confirms. Enable it in Workflow Studio.

Assets & CMDB

44.

Asset depreciation recalculated automatically on the 1st of every month

Add your assets to CMDB with purchase cost and depreciation method

45.

CMDB CI going down or degraded auto-creates an incident

Enable "Auto-create incident" on the CI record — off by default to avoid noise on first setup

46.

CMDB auto-discovers and populates configuration items on a schedule

Connect a discovery source in CMDB → Discovery

Operations

47.

Problem review reminders sent every morning at 8am

Set a review date on each problem record

48.

Backup runs automatically on your chosen frequency (hourly / daily / weekly / monthly)

Create a backup policy once

49.

Scheduled data imports from external sources run automatically

Configure an import source once

50.

Connector health alerts sent to the right person when a system goes down

Connect at least one integration

Notifications

51.

Digest mode — notifications batched and sent as one email per user

Each user sets their own preference (hourly or daily) in their notification settings

3 — Build Your Own

These are not pre-built automations. These are the building blocks you use to create any automation your business needs.

Workflow Builder

  • Visual canvas — no code required
  • 8 trigger types: record change, event, schedule, email, API call, button click, sub-workflow, webhook
  • 30+ action types: notify, webhook, create/update record, approval, wait, loop, parallel, code, SLA timer, emit event, transform data

Event Bus

  • Any module publishes events — any workflow subscribes
  • Build event chains across ITSM, Integrations, Feedback, CMDB
  • One event can trigger another, creating complex pipelines

Flow SDK

  • Write TypeScript code artifacts that run on a schedule
  • Code that fires when any event occurs
  • Package logic into reusable modules and packs
  • Full execution logs and test sandbox included

Webhooks

  • Send data to any external system when a record changes
  • Automatic retry with exponential backoff on failure
  • HMAC-SHA256 signature for payload verification

REST API Builder

  • Expose your own custom API endpoints
  • External systems trigger FlowOS automations via these endpoints

Integration Connectors

  • Connect to any external system via REST
  • Automate data flow in both directions
  • Health monitoring and circuit breaker built in

Decision Tables

  • Define rules visually: if X and Y then do Z
  • No code required for complex conditional logic
  • Note: builder is available — runtime execution coming soon

4 — Coming Soon

These capabilities are on the roadmap. They do not exist in the current version.

Feedback Intelligence

Feedback volume spike triggers an alert

Follow-up workflow triggered automatically on low rating (e.g. call customer if rating is 1 or 2 stars)

Weekly feedback summary report emailed to team automatically

Ticket Management

Auto-assign tickets by skill, availability, or round-robin

Auto-close stale tickets after X days with customer notification

Change Management

Change freeze windows automatically enforce and block deployments

Reporting

Customer-facing SLA performance report emailed automatically each week

Workflow Engine

Decision table rules evaluated inside running workflows

Builder exists — runtime execution not yet built

This page is updated every time a new automation is shipped. Last updated: June 2026.