Skip to main content

@slack/web-api / WorkflowsFeaturedSetArguments

Interface: WorkflowsFeaturedSetArguments

Defined in: src/types/request/workflows.ts:39

Extends

  • TokenOverridable

Properties

channel_id

channel_id: string;

Defined in: src/types/request/workflows.ts:43

Description

Channel to set featured workflow in.


token?

optional token: string;

Defined in: src/types/request/common.ts:43

Description

Overridable authentication token bearing required scopes.

Inherited from

TokenOverridable.token

trigger_ids

trigger_ids: string[];

Defined in: src/types/request/workflows.ts:48

Description

Comma-separated array of trigger IDs that will replace any existing featured workflows in the channel; max 15

Example

["Ft012345", "Ft012346"]