provider workflows GET
/workflows.stepCompleted @utdk/slack
/workflows.stepCompleted workflows_stepCompleted
Indicate that an app's step in a workflow completed execution.
- token header required
- Authentication token. Requires scope: `workflow.steps:execute`
- string
- workflow_step_execute_id query required
- Context identifier that maps to the correct workflow step execution.
- string
- outputs query
- Key-value object of outputs from your step. Keys of this object reflect the configured `key` properties of your [`outputs`](/reference/workflows/workflow_step#output) array from your `workflow_step` object.
- string
Try it
Authentication
Configure credentials for Slack Web API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import slack from '@utdk/slack';
await slack.workflowsStepcompleted()