feat(clickup): add new folders trigger

This commit is contained in:
Rıdvan Akca
2024-02-13 18:09:07 +03:00
committed by Ali BARIN
parent 26fc63c52c
commit b4cc7f4d81
9 changed files with 184 additions and 1 deletions

View File

@@ -81,7 +81,10 @@ export default defineConfig({
text: 'ClickUp',
collapsible: true,
collapsed: true,
items: [{ text: 'Connection', link: '/apps/clickup/connection' }],
items: [
{ text: 'Triggers', link: '/apps/clickup/triggers' },
{ text: 'Connection', link: '/apps/clickup/connection' },
],
},
{
text: 'DeepL',

View File

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

View File

@@ -5,6 +5,7 @@ The following integrations are currently supported by Automatisch.
- [Airtable](/apps/airtable/actions)
- [Appwrite](/apps/appwrite/triggers)
- [Carbone](/apps/carbone/actions)
- [ClickUp](/apps/clickup/triggers)
- [Datastore](/apps/datastore/actions)
- [DeepL](/apps/deepl/actions)
- [Delay](/apps/delay/actions)