Files
automatisch/packages/docs/pages/apps/pipedrive/actions.md
2023-10-20 17:39:24 +02:00

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