A Node-RED node to post messages to Slack.
Run the following command in the root directory of your Node-RED install:
npm install node-red-contrib-slack
Slack output node.
Expects a msg.payload with a string that will be posted to the channel.
This can be found on the Incoming WebHooks for the channel of your choice.
This is the name that will appear above each post to the channel
This is the emoji that will be dispalyed next to each of the messages in the channel. All possible Emoji icons can be found at Emoji Cheat Sheet
For more information see Slack Incoming Webhooks.
Work in progress