Automation
The work that runs your operations.
Leads, invoices, tickets and orders — the automations a team notices only when they break. Each one is a flow you can test before it ships and open long after it ran.
Lead routing
Every lead scored, routed and in Slack before anyone opens the CRM.
A form submission arrives, the flow reads it, decides what it is worth, writes it to your CRM and tells the right person — and keeps the trace, so a lead that went nowhere has an explanation.
- Inbound Webhook
- Code
- AI
- Read Entity
- +4 more
Read the lead routing flow → Invoice reminders
Chase every overdue invoice without anyone remembering to.
A job reads the overdue rows every morning, decides which reminder each one is due, sends it, and writes the stage back — so the ledger and the outbox never disagree.
- PostgreSQL
- Loop
- Rule
- Decision Table
- +4 more
Read the invoice reminders flow → Support triage
Tickets read, tagged and escalated the minute they arrive.
An agent reads the ticket, checks who sent it, and either answers in the thread or opens a case with the evidence already attached — so a reviewer makes a judgment instead of an investigation.
- Inbound Webhook
- Agent
- Read Entity
- Rule
- +4 more
Read the support triage flow → Order sync
Orders that reach the warehouse, or tell you why they didn’t.
Validate the payload, upsert the customer, call the system that fulfils it, and retry for a day if it goes quiet — with one run and one trace behind every order.
- Inbound Webhook
- Rule
- Create or update Entity
- Connection
- +4 more
Read the order sync flow →