Scenarios

Pre-built event templates. Fire an event to Triggrr — a matching rule must exist for an action to run. Use Seed Rule on a card to create the paired rule, Add example rules on Rules for all demos, or Create rule to set your own webhook, Slack, or email action.

Order Placed
A customer places an order above $200 — notify the fulfilment team via webhook.
order.placed
Rule: Webhook on large order (>$200)(amount gt 200)
Payment Failed
A payment attempt fails — alert the ops Slack channel instantly.
payment.failed
Rule: Slack alert on payment failure(attempt gte 1)
Order Refunded
An order is refunded — log it to a webhook for finance reconciliation.
order.refunded
Rule: Webhook on refund(amount gt 0)