Files
automatisch/packages/docs/pages/apps/pipedrive/actions.md
2023-10-05 14:12:37 +03:00

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