Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/slack_web_api_client/client/automation-response/index.ts>Workflow

Streamlined Slack Web API client for TypeScript
Go to Latest
interface Workflow
import { type Workflow } from "https://deno.land/x/slack_web_api_client@0.2.1/client/automation-response/index.ts";

Properties

id: string
workflow_id: string
callback_id: string
title: string
description: string
type: string
input_parameters: { type: string; name: string; title: string; description?: string; is_required: boolean; }[]
output_parameters: Record<string, any>[]
app_id: string
app: { id: string; name: string; icons: { image_32: string; image_48: string; image_64: string; image_72: string; }; is_workflow_app: boolean; }
date_created: number
date_updated: number
date_deleted: number