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

@@ -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 />