feat: Implement getData query and send a message action for slack

This commit is contained in:
Faruk AYDIN
2022-03-15 02:57:37 +03:00
committed by Ömer Faruk Aydın
parent f8c7b85682
commit 8512528fcf
14 changed files with 305 additions and 92 deletions

View File

@@ -221,7 +221,7 @@
"key": "myTweet",
"interval": "15m",
"description": "Will be triggered when you tweet something new.",
"subSteps": [
"substeps": [
{
"key": "chooseAccount",
"name": "Choose account"
@@ -236,7 +236,7 @@
"name": "User Tweet",
"key": "userTweet",
"description": "Will be triggered when a specific user tweet something new.",
"subSteps": [
"substeps": [
{
"key": "chooseAccount",
"name": "Choose account"
@@ -263,7 +263,7 @@
"name": "Search Tweet",
"key": "searchTweet",
"description": "Will be triggered when any user tweet something containing a specific keyword, phrase, username or hashtag.",
"subSteps": [
"substeps": [
{
"key": "chooseAccount",
"name": "Choose account"
@@ -292,7 +292,7 @@
"name": "Create Tweet",
"key": "createTweet",
"description": "Will create a tweet.",
"subSteps": [
"substeps": [
{
"key": "chooseAccount",
"name": "Choose account"