Files
automatisch/packages/docs/pages/apps/bigin-by-zoho-crm/actions.md
2024-02-22 16:10:13 +03:00

19 lines
388 B
Markdown

---
favicon: /favicons/bigin-by-zoho-crm.svg
items:
- name: Create company
desc: Creates a new company.
- name: Create contact
desc: Creates a new contact.
- name: Create event
desc: Creates a new event.
- name: Create task
desc: Creates a new task.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />