read-only not authorized to make changes
SK

Large Account: $5k+ single deposit

active v1

Positive segmentation — tag a user as Large Account on any deposit at or above $5,000.

by seed

Original English

If a user deposits $5,000 or more, add them to the Large Account group.

Compiled AST

{
  "name": "Large Account: $5k+ single deposit",
  "action": {
    "sink": "marketing",
    "params": {
      "group": "Large Account"
    }
  },
  "stages": [
    {
      "id": "large_deposit",
      "type": "trigger",
      "match": {
        "all": [
          {
            "eq": "deposit",
            "field": "direction"
          },
          {
            "gte": 500000,
            "field": "amount"
          }
        ]
      },
      "stream": "payments"
    }
  ],
  "join_key": "user_id",
  "description": "If a user deposits $5,000 or more, add them to the Large Account group."
}

Timeline

Created
2026-05-22 14:50
Promoted
2026-05-22 14:50