Individual Slack Web API method calls with the slack_sdk WebClient.
Read the docs to explore every method, or explore implementations of specific families.
- chat.postMessage: Sends a message to a channel. Implementation.
Each family ships a manifest.json requesting only the scopes it needs (chat → chat:write). Create an app from it, then set a bot token and run an example module directly:
export SLACK_TOKEN="xoxb-your-token"
python -m src.chat.chat_post_message