feat(appwrite): add new documents trigger

This commit is contained in:
Rıdvan Akca
2024-01-25 16:02:43 +03:00
committed by Ali BARIN
parent 9dc82290b5
commit 6e5c0cc0c7
9 changed files with 163 additions and 1 deletions

View File

@@ -45,7 +45,10 @@ export default defineConfig({
text: 'Appwrite',
collapsible: true,
collapsed: true,
items: [{ text: 'Connection', link: '/apps/appwrite/connection' }],
items: [
{ text: 'Triggers', link: '/apps/appwrite/triggers' },
{ text: 'Connection', link: '/apps/appwrite/connection' },
],
},
{
text: 'Carbone',

View File

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

View File

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