feat(bigin-by-zoho-crm): add create contact action
This commit is contained in:
@@ -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' },
|
||||
],
|
||||
},
|
||||
|
12
packages/docs/pages/apps/bigin-by-zoho-crm/actions.md
Normal file
12
packages/docs/pages/apps/bigin-by-zoho-crm/actions.md
Normal 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 />
|
Reference in New Issue
Block a user