Rapid Purchase Account Grouping
active v1Original English
If a user makes 2 or more purchases within 2 minutes, add them to the Small Account group.
Compiled AST
{
"name": "Repeat Purchases → Small Account Group",
"action": {
"sink": "marketing",
"params": {
"group": "Small Account"
}
},
"stages": [
{
"id": "repeat_purchases",
"type": "counter",
"match": {
"eq": "deposit",
"field": "direction"
},
"stream": "payments",
"requires_count": 2,
"remember_for_seconds": 120
}
],
"join_key": "user_id",
"description": "If a user makes 2 or more purchases within 2 minutes, add them to the Small Account group."
}
Timeline
- Created
- 2026-05-26 15:49