feat(xero): add new bank transactions trigger

This commit is contained in:
Rıdvan Akca
2023-11-08 17:40:58 +03:00
parent e79fc9cae4
commit 1a4ba35ef4
7 changed files with 110 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/xero.svg
items:
- name: New bank transactions
desc: Triggers when a new bank transaction occurs.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />