

chat_postMessage ( channel = "C0XXXXXX", blocks = [ " ) # This is the simplest way to run the async method # but you can go with any ways to run it asyncio. See chat.postMessage for more info.Ĭlient. If your app has chat:write.public scope, your app can post messages without joining a channel as long as the channel is public. Note that your app’s bot user needs to be in the channel (otherwise, you will get either not_in_channel or channel_not_found error code). reactions.get Web API method Gets reactions for an item. reactions.list Web API method Lists reactions made by a user. This method will handle either a channel ID or a user ID passed to the channel parameter. View emoji reactions and their associated content in channels and conversations that your slack app has been added to reactions.remove Web API method Removes a reaction from an item. One of the primary uses of Slack is posting messages to a channel using the channel ID or as a DM to another person using their user ID. The Python document for this module is available at Messaging ¶ The Slack Web API allows you to build applications that interact with Slack in more complex ways than the integrations we provide out of the box.Īccess Slack’s API methods requires an OAuth token – see the Tokens & Authentication section for more on how Slack uses OAuth tokens as well as best practices.Įach of these API methods is fully documented on our developer site at
