feat(ynab): add low account balance trigger
This commit is contained in:
@@ -480,6 +480,7 @@ export default defineConfig({
|
||||
collapsible: true,
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: 'Triggers', link: '/apps/you-need-a-budget/triggers' },
|
||||
{ text: 'Connection', link: '/apps/you-need-a-budget/connection' },
|
||||
],
|
||||
},
|
||||
|
12
packages/docs/pages/apps/you-need-a-budget/triggers.md
Normal file
12
packages/docs/pages/apps/you-need-a-budget/triggers.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
favicon: /favicons/you-need-a-budget.svg
|
||||
items:
|
||||
- name: Low account balance
|
||||
desc: Triggers when the balance of a Checking or Savings account falls below a specified amount within a given month.
|
||||
---
|
||||
|
||||
<script setup>
|
||||
import CustomListing from '../../components/CustomListing.vue'
|
||||
</script>
|
||||
|
||||
<CustomListing />
|
@@ -50,5 +50,6 @@ The following integrations are currently supported by Automatisch.
|
||||
- [Webhooks](/apps/webhooks/triggers)
|
||||
- [WordPress](/apps/wordpress/triggers)
|
||||
- [Xero](/apps/xero/triggers)
|
||||
- [You Need A Budget](/apps/you-need-a-budget/triggers)
|
||||
- [Youtube](/apps/youtube/triggers)
|
||||
- [Zendesk](/apps/zendesk/actions)
|
||||
|
Reference in New Issue
Block a user