Skip to content

Changes 0.19.4

Guidone edited this page Jul 10, 2020 · 1 revision

Some recent changes in Slack API remove the bot scope from RTM API. Thas basically means the for all new applications it's not possible to use the RTM API and the old ones will stop working at the end of 2020.

The 0.19.4 will use the Event API which has the drawback of being not compatible with the Express stack of Node-RED, for this reason the webhook server is running in a separate Express app on a different port (that can be configured in the connecttion panel).

Follow the updated instruction here to upgrade to the new connection params.

Clone this wiki locally