Thank you for making these nodes available.
I followed this article and I'm able to post messages to a slack bot from a NodeRED, however when I type something into the Slack bot I see nothing from a debug node attached to slack-rtm-in.
The article does not mention the scopes required to make it work, but adding the chat:write scope under Bot Token Scopes appears to be what was required for slack-web-out to work. What am I missing in order to receive data from Slack via slack-rtm-in?
Also whenever I post to slack-web-out, I always get a msg:error of "TypeError: Cannot read property 'id' of undefined" from slack-web-out, though the post works fine and I see the post in the Bot's Slack channel.
Thank you for making these nodes available.
I followed this article and I'm able to post messages to a slack bot from a NodeRED, however when I type something into the Slack bot I see nothing from a debug node attached to
slack-rtm-in.The article does not mention the scopes required to make it work, but adding the
chat:writescope under Bot Token Scopes appears to be what was required forslack-web-outto work. What am I missing in order to receive data from Slack viaslack-rtm-in?Also whenever I post to
slack-web-out, I always get amsg:errorof "TypeError: Cannot read property 'id' of undefined" fromslack-web-out, though the post works fine and I see the post in the Bot's Slack channel.