Merge pull request #1421 from automatisch/AUT-392

feat(xero): add new payments trigger
This commit is contained in:
Ali BARIN
2023-11-09 16:30:42 +01:00
committed by GitHub
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)