Skip to main content

@slack/web-api / WorkflowsFeaturedAddArguments

Interface: WorkflowsFeaturedAddArguments

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

Extends​

  • TokenOverridable

Properties​

channel_id​

channel_id: string;

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

Description​

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

Description​

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

Example​

["Ft012345", "Ft012346"]