Skip to main content

@slack/web-api / WorkflowsFeaturedAddArguments

Interface: WorkflowsFeaturedAddArguments

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

Extends

  • TokenOverridable

Properties

channel_id

channel_id: string;

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

Description

Channel to add 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:13

Description

Comma-separated array of trigger IDs to add; max 15

Example

["Ft012345", "Ft012346"]