Update a channel's topic
Schema.slack.functions.UpdateChannelTopic
slack#/functions/update_channel_topic
Change a topic based on some funky algorithm you've cooked up. Or based on user input. Folks like predictible, informative topics. Your workflow must be a member of the conversation.
const updateChannelTopicStep = ExampleWorkflow.addStep(
Schema.slack.functions.UpdateChannelTopic,
{
channel_id: "C082T4F6S1N",
topic: "The main idea in mind",
},
);