feat(xero): add new payments trigger
This commit is contained in:
@@ -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,
|
||||
|
@@ -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>
|
||||
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user