feat(bigin-by-zoho-crm): add create contact action

This commit is contained in:
Rıdvan Akca
2024-02-21 15:23:39 +03:00
parent 43c34fcb7b
commit b3d2a1167c
8 changed files with 316 additions and 1 deletions

View File

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

View File

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