feat(pipedrive): add new deals trigger

This commit is contained in:
Rıdvan Akca
2023-09-21 18:51:18 +03:00
committed by Faruk AYDIN
parent f53909355f
commit 251885d4be
8 changed files with 101 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/pipedrive.svg
items:
- name: New deals
desc: Triggers when a new deal is created.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />