Introduction

FlowAlert Documentation

FlowAlert makes sure the right person's phone buzzes the moment something happens in your business — a new order, a failed payment, a backup that went silent.

The idea is simple: your systems send events, FlowAlert routes each one to the right people, proves it reached their phones, and escalates when nobody responds.

How it works

Your system  →  FlowAlert API  →  Routing rules  →  Staff phones
  1. Send an event — Your website, app, or plugin sends an event to POST /v1/events with an API key
  2. Rules match — FlowAlert checks your routing rules against the event key
  3. Notifications delivered — Matched groups receive push notifications on the FlowAlert mobile app

Example use cases

EventRouted to
booking.createdBooking staff
payment.failedFinance team
order.createdWarehouse staff
form.submittedSales team
maintenance.urgentOn-duty manager

Key concepts

  • Events — Things that happen in your connected systems
  • Routing Rules — Decide who gets notified for which events
  • Groups — Collections of staff who receive notifications together
  • Delivery & Receipts — How FlowAlert proves an alert reached a phone
  • Acknowledgements — One tap answers for the whole team; escalation when nobody does
  • On-Call Schedules — Alert only whoever is on duty right now
  • Heartbeats — Get alerted when a job stops checking in

Get started