feat(trello): add new cards trigger

This commit is contained in:
Rıdvan Akca
2023-10-25 12:46:41 +03:00
parent 2fceaf2cf4
commit 2846dd2bdd
9 changed files with 213 additions and 1 deletions

View File

@@ -377,7 +377,10 @@ export default defineConfig({
text: 'Trello',
collapsible: true,
collapsed: true,
items: [{ text: 'Connection', link: '/apps/trello/connection' }],
items: [
{ text: 'Triggers', link: '/apps/trello/triggers' },
{ text: 'Connection', link: '/apps/trello/connection' },
],
},
{
text: 'Twilio',

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/trello.svg
items:
- name: New cards
desc: Triggers upon the addition of a new card.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />

View File

@@ -39,6 +39,7 @@ The following integrations are currently supported by Automatisch.
- [Stripe](/apps/stripe/triggers)
- [Telegram](/apps/telegram-bot/actions)
- [Todoist](/apps/todoist/triggers)
- [Trello](/apps/trello/triggers)
- [Twilio](/apps/twilio/triggers)
- [Twitter](/apps/twitter/triggers)
- [Typeform](/apps/typeform/triggers)