Replies: 1 comment 1 reply
-
I think, using names instead of user ids should be the default, as it enables mentioning channels too. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I implemented the notification today and it works perfectly. Thanks for this piece of code 👏
One thing to mention: In order to make the Slack notification work with mentioning users, one needs to either use the user-ID (
<@XXXXXXXX>
) or enablelink_names=1,
.It seems like the API has changed in 2019.
https://stackoverflow.com/questions/40771924/how-to-mention-user-in-slack-client
Beta Was this translation helpful? Give feedback.
All reactions