feat(pipedrive): add create deal action
This commit is contained in:
@@ -230,6 +230,7 @@ export default defineConfig({
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: 'Triggers', link: '/apps/pipedrive/triggers' },
|
||||
{ text: 'Actions', link: '/apps/pipedrive/actions' },
|
||||
{ text: 'Connection', link: '/apps/pipedrive/connection' },
|
||||
],
|
||||
},
|
||||
|
12
packages/docs/pages/apps/pipedrive/actions.md
Normal file
12
packages/docs/pages/apps/pipedrive/actions.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
favicon: /favicons/pipedrive.svg
|
||||
items:
|
||||
- name: Create deal
|
||||
desc: Creates a new deal.
|
||||
---
|
||||
|
||||
<script setup>
|
||||
import CustomListing from '../../components/CustomListing.vue'
|
||||
</script>
|
||||
|
||||
<CustomListing />
|
Reference in New Issue
Block a user