this is all of the changes now

This commit is contained in:
2026-02-18 18:43:42 -06:00
parent 77cf18c02f
commit a1b9b8d2b1
22 changed files with 619 additions and 535 deletions

View File

@@ -212,8 +212,8 @@ print(json.dumps(result))
"action": action["ref"],
"enabled": True,
"parameters": {
"name": "{{ trigger.payload.name }}",
"count": "{{ trigger.payload.count }}",
"name": "{{ event.payload.name }}",
"count": "{{ event.payload.count }}",
},
}
rule_response = client.post("/rules", json=rule_payload)