feat(clickup): add new folders trigger
This commit is contained in:
@@ -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',
|
||||
|
12
packages/docs/pages/apps/clickup/triggers.md
Normal file
12
packages/docs/pages/apps/clickup/triggers.md
Normal 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 />
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user