update_channel_topic
Facts
Description
Schema
Schema reference
Required scopes
No additional scopes required
Input Parameters
Output Parameters
Usage info
Change the topic to what's top of mind. Folks like predictable, informative topics. Your workflow must be a member of the conversation.
Example workflow step
const updateChannelTopicStep = ExampleWorkflow.addStep(
Schema.slack.functions.UpdateChannelTopic,
{
channel_id: "C0123ABC456",
topic: "The main idea in mind",
},
);