Advertisement
VincentOostelbos

Trigger and actions config 2

Aug 20th, 2022
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. {
  2. "Automatically applies rules": false,
  3. "rules": {
  4. "note type name": [
  5. {
  6. "action": {
  7. "action": "suspend",
  8. "cards": "other card type name"
  9. },
  10. "trigger": {
  11. "cards": "card type name",
  12. "condition": "mature"
  13. }
  14. }
  15. ]
  16. }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement