feat: Expose triggers of twitter integration with app query
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
c8e3a458ff
commit
a3dd76df21
@@ -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."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user