Files
automatisch/packages/docs/pages/apps/pipedrive/actions.md
2023-10-02 16:19:07 +03:00

15 lines
262 B
Markdown

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