You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In slack if you want to announce with a bot message you need to use <!channel>. When you include this in the message but call getEncodedMessage it does not work. However if you don't use the encoded message it does work.
The same issue is present with user mentions, like <@Us2314>.
User mentions should not be encoded in message payload because < and > characters should be evaluated by Slack as control sequences. Currently it is sent as <@Us2314>
Manually turning off encoding method fixes the issue.
In slack if you want to announce with a bot message you need to use <!channel>. When you include this in the message but call getEncodedMessage it does not work. However if you don't use the encoded message it does work.
see https://get.slack.help/hc/en-us/articles/202009646-Make-an-announcement. Scroll down to section labeled bot messages.
The text was updated successfully, but these errors were encountered: