feat(invoice-ninja): add new clients trigger

This commit is contained in:
Rıdvan Akca
2023-10-06 11:29:26 +03:00
parent 497ce2e84f
commit 58f8ded161
6 changed files with 84 additions and 0 deletions

View File

@@ -174,6 +174,7 @@ export default defineConfig({
collapsible: true,
collapsed: true,
items: [
{ text: 'Triggers', link: '/apps/invoice-ninja/triggers' },
{ text: 'Connection', link: '/apps/invoice-ninja/connection' },
],
},

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/invoice-ninja.svg
items:
- name: New clients
desc: Triggers when a new client is added.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />

View File

@@ -17,6 +17,7 @@ The following integrations are currently supported by Automatisch.
- [Google Sheets](/apps/google-sheets/triggers)
- [HTTP Request](/apps/http-request/actions)
- [HubSpot](/apps/hubspot/actions)
- [Invoice Ninja](/apps/invoice-ninja/triggers)
- [Mattermost](/apps/mattermost/actions)
- [Miro](/apps/miro/actions)
- [Notion](/apps/notion/triggers)