Blnk Watch is currently in beta. Send us a message
hour_of_day(created_at) and day_of_week(created_at). Watch reads the timestamp from created_at on each transaction.
See Setting conditions for the full list of time functions and operators.
Late night transactions
This rule reviews larger transactions that occur late at night. It is useful for flagging activity that lands outside a customer’s normal operating window without blocking all after-hours traffic.LateNightTransactions.ws
Review Christmas transactions
This rule reviews transactions that occur on Christmas Day. It is a simple seasonal pattern you can adapt for holidays, maintenance windows, or business-specific blackout periods.ReviewChristmasTransactions.ws
Unusual transaction time
This rule reviews large transactions that happen in the early-morning window between 1 AM and 5 AM. It is a good template when you want to tune thresholds based on hours that are uncommon for a customer segment or product line.UnusualTransactionTime.ws
Weekend transaction check
This rule reviews large transactions that occur on a weekend. It is a practical pattern for products where genuine activity is mostly weekday-driven and weekend spikes deserve a closer look.WeekendTransactionCheck.ws
See also Setting conditions and Defining verdicts.