node-red-slack icon indicating copy to clipboard operation
node-red-slack copied to clipboard

A node-red module to post to Slack.com

Results 11 node-red-slack issues
Sort by recently updated
recently updated
newest added

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects), [@slack/web-api](https://github.com/slackapi/node-slack-sdk) and [@slack/webhook](https://github.com/slackapi/node-slack-sdk). These dependencies needed to be updated together. Updates `follow-redirects` from 1.5.10 to 1.15.6 Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization...

dependencies

Bumps [axios](https://github.com/axios/axios), [@slack/web-api](https://github.com/slackapi/node-slack-sdk) and [@slack/webhook](https://github.com/slackapi/node-slack-sdk). These dependencies needed to be updated together. Updates `axios` from 0.19.2 to 0.21.4 Release notes Sourced from axios's releases. v0.21.4 Fixes and Functionality: Fixing JSON...

dependencies

Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3. Release notes Sourced from ws's releases. 5.2.3 Bug fixes Backported 00c425ec to the 5.x release line (76d47c14). Commits 6dd88e7 [dist] 5.2.3 76d47c1 [security] Fix...

dependencies

I am getting below email from slack: ![image](https://user-images.githubusercontent.com/17238398/142159810-e33a31ae-79b1-461f-b3e4-a5dea965a3b6.png) The links in that email: * [rtm.start Web API method](https://api.slack.com/methods/rtm.start) * [rtm.connect](https://api.slack.com/methods/rtm.connect) * [Socket Mode](https://api.slack.com/apis/connections/socket) * [Upcoming changes to rtm.start](https://api.slack.com/changelog/2021-10-rtm-start-to-stop) * [How...

This is very likely user error and I apologize for the basic question. I installed this node in node-red running with Home Assistant. I have a slack app that is...

I often get a `"invalid channel: @username"` message when targeting a user using the @username syntax in msg.topic. I noticed it often happens shortly after a deploy but seems to...

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...

How to reproduce: Create a msg object and pipe it into the slack-web-out node: ``` msg.topic = "files.upload" msg.payload = { channels: "foo", file: content, filename: "filename", } return msg...

Hey there, are there any plans to move away from Slack's [Real Time Messaging API](https://slack.dev/node-slack-sdk/rtm-api) (and use the Events or Web API instead? Currently, the Node-RED nodes are not compatible...

The problem is that my node-red instances crashed regularly after I have upgraded to the following version of node-red ``` Welcome to Node-RED =================== 15 Aug 09:42:41 - [info] Node-RED...