T

TSADA

Admin Panel

Demo Mode

Automations

Inspect events, rules, executions, and tag lifecycle in read-only mode.

Create Rule

Back to rules

conditions_json

Condition 1

Condition 2

Selected Rule Preview

{
  "id": null,
  "name": "",
  "code": "",
  "description": null,
  "entity_type": "user",
  "trigger_type": "event",
  "event_type": null,
  "conditions_json": {
    "id": "cond.group.root",
    "type": "group",
    "enabled": true,
    "negate": false,
    "params": {
      "operator": "AND",
      "conditions": []
    }
  },
  "is_active": true,
  "priority": 100,
  "cooldown_seconds": 0,
  "outcome_type": "assign_tag",
  "outcome_payload_json": {
    "tag_code": ""
  }
}