Skip to main content
Module

x/slack_bolt/mod.ts>WorkflowPublishedEvent

TypeScript framework to build Slack apps in a flash with the latest platform features. Deno port of @slack/bolt
Latest
interface WorkflowPublishedEvent
import { type WorkflowPublishedEvent } from "https://deno.land/x/slack_bolt@1.0.0/mod.ts";

Properties

type: "workflow_published"
workflow_id: string
workflow_published_configuration: { version_id: string; app_steps: { app_id: string; workflow_step_id: string; callback_id: string; }[]; }
event_ts: string