Some checks are pending
Automatisch Backend Tests / test (push) Waiting to run
Automatisch CI / linter (push) Waiting to run
Automatisch CI / start-backend-server (push) Waiting to run
Automatisch CI / start-backend-worker (push) Waiting to run
Automatisch CI / build-web (push) Waiting to run
Automatisch UI Tests / test (push) Waiting to run
23 lines
498 B
Markdown
23 lines
498 B
Markdown
---
|
|
favicon: /favicons/pipedrive.svg
|
|
items:
|
|
- name: Create activity
|
|
desc: Creates a new activity.
|
|
- name: Create deal
|
|
desc: Creates a new deal.
|
|
- name: Create lead
|
|
desc: Creates a new lead.
|
|
- name: Create note
|
|
desc: Creates a new note.
|
|
- name: Create organization
|
|
desc: Creates a new organization.
|
|
- name: Create person
|
|
desc: Creates a new person.
|
|
---
|
|
|
|
<script setup>
|
|
import CustomListing from '../../components/CustomListing.vue'
|
|
</script>
|
|
|
|
<CustomListing />
|