Files
automatisch/packages/docs/pages/apps/pipedrive/actions.md
2023-10-04 13:31:39 +03:00

17 lines
322 B
Markdown

---
favicon: /favicons/pipedrive.svg
items:
- name: Create deal
desc: Creates a new deal.
- name: Create note
desc: Creates a new note.
- name: Create activity
desc: Creates a new activity.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />