An interface for querying information from and enacting change in a Slack workspace.
Read the docs for explanations of concepts, or explore reference pages for specific functionalities.
$ cd src/chat # Navigate to a method family
$ slack install --environment local # Create an app
$ vim chat_post_message.py # Edit arguments
$ export SLACK_TOKEN=xoxb-example # Set if unchanged
$ slack run chat_post_message.py # Make the request- agents.sessions.rename: Rename an agent session. Implementation.
- agents.sessions.setStatus: Set an agent session's lifecycle status, creating the session if needed. Implementation.
- blocks.validate: Validates blocks, messages, and views Block Kit JSON payloads. Implementation.
- chat.postMessage: Sends a message to a channel. Implementation.