feat(bigin-by-zoho-crm): add new contacts trigger

This commit is contained in:
Rıdvan Akca
2024-02-20 14:16:04 +03:00
parent b7e38f9d1c
commit 282b2374a2
8 changed files with 136 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ export default defineConfig({
collapsible: true,
collapsed: true,
items: [
{ text: 'Triggers', link: '/apps/bigin-by-zoho-crm/triggers' },
{ text: 'Connection', link: '/apps/bigin-by-zoho-crm/connection' },
],
},

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/bigin-by-zoho-crm.svg
items:
- name: New contacts
desc: Triggers when a new contact is created.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />

View File

@@ -2,6 +2,7 @@
The following integrations are currently supported by Automatisch.
- [Bigin By Zoho CRM](/apps/bigin-by-zoho-crm/triggers)
- [Carbone](/apps/carbone/actions)
- [DeepL](/apps/deepl/actions)
- [Delay](/apps/delay/actions)