provider workflows GET /workflows.stepFailed
@utdk/slack /workflows.stepFailed
workflows_stepFailed
Indicate that an app's step in a workflow failed to execute.
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
error query required
A JSON-based object with a `message` property that should contain a human readable error message.
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.

workflowsStepfailed
GET/workflows.stepFailed
Indicate that an app's step in a workflow failed to execute.

required

Context identifier that maps to the correct workflow step execution.

required

A JSON-based object with a `message` property that should contain a human readable error message.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import slack from '@utdk/slack';

await slack.workflowsStepfailed()