问题
I want to post a message in slack using api. How can I mention all the team members of a channel just like @channel in slack?
回答1:
You can use <!channel>
.
Example
You can see all the possible @mentions in Slack documentation under Variables
来源:https://stackoverflow.com/questions/36795403/how-to-mention-channelall-the-team-members-using-slack-api-while-post-message