Skip to main content

@slack/web-api / WorkflowsFeaturedSetArguments

Interface: WorkflowsFeaturedSetArguments

Defined in: packages/web-api/src/types/request/workflows.ts:39

Extends​

  • TokenOverridable

Properties​

channel_id​

channel_id: string;

Defined in: packages/web-api/src/types/request/workflows.ts:43

Description​

Channel to set featured workflow in.


token?​

optional token?: string;

Defined in: packages/web-api/src/types/request/common.ts:43

Description​

Overridable authentication token bearing required scopes.

Inherited from​

TokenOverridable.token

trigger_ids​

trigger_ids: string[];

Defined in: packages/web-api/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"]