feat(firefly-iii): add transaction created trigger
This commit is contained in:
@@ -126,7 +126,10 @@ export default defineConfig({
|
||||
text: 'Firefly III',
|
||||
collapsible: true,
|
||||
collapsed: true,
|
||||
items: [{ text: 'Connection', link: '/apps/firefly-iii/connection' }],
|
||||
items: [
|
||||
{ text: 'Triggers', link: '/apps/firefly-iii/triggers' },
|
||||
{ text: 'Connection', link: '/apps/firefly-iii/connection' },
|
||||
],
|
||||
},
|
||||
{
|
||||
text: 'Flickr',
|
||||
|
12
packages/docs/pages/apps/firefly-iii/triggers.md
Normal file
12
packages/docs/pages/apps/firefly-iii/triggers.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
favicon: /favicons/firefly-iii.svg
|
||||
items:
|
||||
- name: Transaction created
|
||||
desc: Triggers when a new transaction is created.
|
||||
---
|
||||
|
||||
<script setup>
|
||||
import CustomListing from '../../components/CustomListing.vue'
|
||||
</script>
|
||||
|
||||
<CustomListing />
|
@@ -12,6 +12,7 @@ The following integrations are currently supported by Automatisch.
|
||||
- [Disqus](/apps/disqus/triggers)
|
||||
- [Dropbox](/apps/dropbox/actions)
|
||||
- [Filter](/apps/filter/actions)
|
||||
- [Firefly III](/apps/firefly-iii/triggers)
|
||||
- [Flickr](/apps/flickr/triggers)
|
||||
- [Formatter](/apps/formatter/actions)
|
||||
- [Ghost](/apps/ghost/triggers)
|
||||
|
Reference in New Issue
Block a user