provider workflows GET
/workflows.updateStep @utdk/slack
/workflows.updateStep workflows_updateStep
Update the configuration for a workflow extension step.
- token header required
- Authentication token. Requires scope: `workflow.steps:execute`
- string
- workflow_step_edit_id query required
- A context identifier provided with `view_submission` payloads used to call back to `workflows.updateStep`.
- string
- inputs query
- A JSON key-value map of inputs required from a user during configuration. This is the data your app expects to receive when the workflow step starts. **Please note**: the embedded variable format is set and replaced by the workflow system. You cannot create custom variables that will be replaced at runtime. [Read more about variables in workflow steps here](/workflows/steps#variables).
- string
- outputs query
- An JSON array of output objects used during step execution. This is the data your app agrees to provide when your workflow step was executed.
- string
- step_name query
- An optional field that can be used to override the step name that is shown in the Workflow Builder.
- string
- step_image_url query
- An optional field that can be used to override app image that is shown in the Workflow Builder.
- 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.workflowsUpdatestep()