/workflows.stepCompleted
GET
/workflows.stepCompleted
workflows
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://slack.com/api/workflows.stepCompleted?workflow_step_execute_id=' \
--header 'token;'
Response Response Example
200 - response
{
"ok": true
}
Request
Query Params
workflow_step_execute_id
stringÂ
required
outputs
stringÂ
optional
key
properties of your outputs
array from your workflow_step
object.Header Params
token
stringÂ
required
workflow.steps:execute
Responses
Modified at 2023-08-15 05:39:46