feat(pdf-monkey): add documents generated trigger

This commit is contained in:
Rıdvan Akca
2024-02-27 16:30:40 +03:00
parent 8bb7b16c0e
commit 71a404063c
8 changed files with 194 additions and 1 deletions

View File

@@ -256,7 +256,10 @@ export default defineConfig({
text: 'PDFMonkey',
collapsible: true,
collapsed: true,
items: [{ text: 'Connection', link: '/apps/pdf-monkey/connection' }],
items: [
{ text: 'Triggers', link: '/apps/pdf-monkey/triggers' },
{ text: 'Connection', link: '/apps/pdf-monkey/connection' },
],
},
{
text: 'Pipedrive',

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/pdf-monkey.svg
items:
- name: Documents Generated
desc: Triggers upon the successful completion of document generation.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />