Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to mention @channel(All the team members) using slack api while post message

Tags:

c#

api

slack

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?

like image 612
Maherin Gandhi Avatar asked Apr 22 '16 13:04

Maherin Gandhi


1 Answers

You can use <!channel>.

Example

You can see all the possible @mentions in Slack documentation under Special mentions

like image 52
Joose Avatar answered Sep 28 '22 05:09

Joose