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
Update: Due to my frustration with this, I created a new tool which is just designed to do one thing - post text messages to Slack: https://github.com/TJC/simple-slack-message
The text was updated successfully, but these errors were encountered:
To reproduce, attempt to send a message such as:
You will receive an error:
I believe this is due to the way the JSON body is built in https://github.com/rockymadden/slack-cli/blob/master/src/slack#L224 where quote marks aren't escaped.
Update: Due to my frustration with this, I created a new tool which is just designed to do one thing - post text messages to Slack: https://github.com/TJC/simple-slack-message
The text was updated successfully, but these errors were encountered: