feat(asana): add new projects trigger

This commit is contained in:
Rıdvan Akca
2024-06-05 11:18:52 +02:00
parent 9d5dac1701
commit ab307cdee0
7 changed files with 116 additions and 0 deletions

View File

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

View File

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