workflows.featured.set
method
Usage info
This method takes a list of featured workflows and overrides any current featured workflows set for the channel. The workflows must be triggered by a link in Slack; other trigger types are not supported for featured workflows. Sending an empty trigger_ids
array removes all featured workflows from the channel.
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"
]
}