Workflow object
Welcome to the new home of Slack developer docs!
We're still building and not all features are available quite yet. Enjoy this peek into the future!
Not ready for the future? Return to the past at api.slack.com.
Defines an object containing workflow information.
Fields
Field | Type | Description | Required? |
---|---|---|---|
trigger | Object | A trigger object that contains information about a workflow's trigger. | Required |
Example
{
"trigger": {
"url": "https://slack.com/shortcuts/Ft0123ABC456/321...zyx",
"customizable_input_parameters": [
{
"name": "input_parameter_a",
"value": "Value for input param A"
},
{
"name": "input_parameter_b",
"value": "Value for input param B"
}
]
}
}