feat: Expose triggers of twitter integration with app query

This commit is contained in:
Faruk AYDIN
2021-11-06 22:45:20 +01:00
committed by Ömer Faruk Aydın
parent c8e3a458ff
commit a3dd76df21
3 changed files with 26 additions and 0 deletions

View File

@@ -214,5 +214,17 @@
}
]
}
],
"triggers": [
{
"name": "My Tweet",
"key": "myTweet",
"description": "Will be triggered when you tweet something new."
},
{
"name": "User Tweet",
"key": "userTweet",
"description": "Will be triggered when a specific user tweet something new."
}
]
}