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

21 lines
442 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.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />