feat(xero): add new payments trigger

This commit is contained in:
Rıdvan Akca
2023-11-09 11:56:48 +03:00
parent 6ea7400ff4
commit 3593cf3808
5 changed files with 123 additions and 1 deletions

View File

@@ -453,6 +453,15 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/wordpress/connection' },
],
},
{
text: 'Xero',
collapsible: true,
collapsed: true,
items: [
{ text: 'Triggers', link: '/apps/xero/triggers' },
{ text: 'Connection', link: '/apps/xero/connection' },
],
},
{
text: 'Youtube',
collapsible: true,

View File

@@ -3,6 +3,8 @@ favicon: /favicons/xero.svg
items:
- name: New bank transactions
desc: Triggers when a new bank transaction occurs.
- name: New payments
desc: Triggers when a new payment is received.
---
<script setup>

View File

@@ -48,5 +48,6 @@ The following integrations are currently supported by Automatisch.
- [Typeform](/apps/typeform/triggers)
- [Webhooks](/apps/webhooks/triggers)
- [WordPress](/apps/wordpress/triggers)
- [Xero](/apps/xero/triggers)
- [Youtube](/apps/youtube/triggers)
- [Zendesk](/apps/zendesk/actions)