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',