Set Conversation Properties
Explore how to set and modify Slack conversation properties such as purpose, topic, and name using the Conversations API. Learn to open direct messages, join, and leave channels through API calls, enabling effective channel management with Python.
We'll cover the following...
We'll cover the following...
Overview
In this lesson, we the numerous endpoints of the Conversations API. If you want to manage channels with an app, this lesson will cover the most essential endpoints for handling those. This lesson covers the essential endpoints that help us manage channels in Slack.
Let’s look at the following endpoints in this lesson:
conversations.setPurpose: This endpoint sets the purpose of a conversation.conversations.rename: This endpoint renames a conversation.conversations.setTopic: This endpoint sets the topic for a conversation.conversations.open: This endpoint opens or resumes a direct message or a multi-person direct message.conversations.leave: