feat(ynab): add new transactions trigger

This commit is contained in:
Rıdvan Akca
2024-01-18 18:08:42 +03:00
parent ab811daba7
commit 0f39007f92
3 changed files with 33 additions and 1 deletions

View File

@@ -7,6 +7,8 @@ items:
desc: Triggers when a goal is completed.
- name: Low account balance
desc: Triggers when the balance of a Checking or Savings account falls below a specified amount within a given month.
- name: New transactions
desc: Triggers when a new transaction is created.
---
<script setup>