feat: add find message action in Slack
This commit is contained in:
@@ -73,6 +73,7 @@ type ActionSubstepArgument {
|
||||
description: String
|
||||
required: Boolean
|
||||
variables: Boolean
|
||||
options: [ActionSubstepArgumentOption]
|
||||
source: ActionSubstepArgumentSource
|
||||
dependsOn: [String]
|
||||
}
|
||||
@@ -83,6 +84,11 @@ type ActionSubstepArgumentSource {
|
||||
arguments: [ActionSubstepArgumentSourceArgument]
|
||||
}
|
||||
|
||||
type ActionSubstepArgumentOption {
|
||||
label: String
|
||||
value: JSONObject
|
||||
}
|
||||
|
||||
type ActionSubstepArgumentSourceArgument {
|
||||
name: String
|
||||
value: String
|
||||
|
Reference in New Issue
Block a user