graylog-labs / graylog-plugin-slack

Graylog alarm callback for Slack
https://www.graylog.org
Apache License 2.0
117 stars 52 forks source link

Can't Tag Users in Slack by their Slack ID's or People who have spaces in their @firstname Lastname #92

Closed mr-pmillz closed 3 years ago

mr-pmillz commented 3 years ago

What is the proper way to link users by their slack ID's

I've tried @XXXXXXX which doesn't work, Going to try <@XXXXXXXX> tomorrow to see if that works as that is the slack json template format I've used before which seemed to work. I'll update this issue if it works. once i find out tomorrow.

Also, how to tag users that have a space in their slack human readable name? for example, doing @John Smith doesn't work. which is why i've been trying to use the slack id instead.

Awesome plugin by the way!

mr-pmillz commented 3 years ago

I just tested it and <@xxxxxxxx> works! would be useful if that information was included in the readme or docs for this project somewhere. Okay closing issue. Again, thanks for building this awesome plugin! :)