feat: show poll interval in trigger step
This commit is contained in:
@@ -102,6 +102,7 @@
|
||||
{
|
||||
"name": "New message posted to a channel",
|
||||
"key": "newMessageToChannel",
|
||||
"pollInterval": 15,
|
||||
"description": "Triggers when a new message is posted to a channel",
|
||||
"substeps": [
|
||||
{
|
||||
|
@@ -220,6 +220,7 @@
|
||||
{
|
||||
"name": "My Tweets",
|
||||
"key": "myTweets",
|
||||
"pollInterval": 15,
|
||||
"description": "Will be triggered when you tweet something new.",
|
||||
"substeps": [
|
||||
{
|
||||
@@ -235,6 +236,7 @@
|
||||
{
|
||||
"name": "User Tweets",
|
||||
"key": "userTweets",
|
||||
"pollInterval": 15,
|
||||
"description": "Will be triggered when a specific user tweet something new.",
|
||||
"substeps": [
|
||||
{
|
||||
@@ -262,6 +264,7 @@
|
||||
{
|
||||
"name": "Search Tweets",
|
||||
"key": "searchTweets",
|
||||
"pollInterval": 15,
|
||||
"description": "Will be triggered when any user tweet something containing a specific keyword, phrase, username or hashtag.",
|
||||
"substeps": [
|
||||
{
|
||||
@@ -289,6 +292,7 @@
|
||||
{
|
||||
"name": "New follower of me",
|
||||
"key": "myFollowers",
|
||||
"pollInterval": 15,
|
||||
"description": "Will be triggered when you have a new follower.",
|
||||
"substeps": [
|
||||
{
|
||||
|
@@ -386,6 +386,7 @@ type Trigger {
|
||||
name: String
|
||||
key: String
|
||||
description: String
|
||||
pollInterval: Int
|
||||
substeps: [TriggerSubstep]
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user