Skip to main content

workflows.featured.add method

Usage info

This method takes a list of workflows and adds them to the existing featured workflows for a specified channel. The workflows must be triggered by a link in Slack; other trigger types are not supported for featured workflows.

This method is available for any user who can currently feature workflows in the Slack client. These are users with "Can manage workflows" and run permission on the trigger.

Example request:

{
"channel_id": "C1234567890",
"trigger_ids": [
"Ft012345",
"Ft02468"
]
}

Response