2.1.5 • Published 8 months ago

node-red-contrib-mm-ws v2.1.5

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months ago

adds Node to listen to all events on a mattermost websocket for a user by Personal Access Token adds Node to send messages with attachments support

this module uses @mattermost/client to work with mattermost web sockets and HTTP API correspondingly

#mm-ws-listen simply listens to all websocket events mattermost will send to authorized user. received messaged contain event type and data field with details

  • for posted event type we copy all fields from data.post to the main payload for convenience

#mm-ws-send simply calls mattermost createPost API endpoint (see https://api.mattermost.com/#operation/CreatePost for details) supported parameters are

#attachments integration see examples flow for details

2.1.5

8 months ago

2.1.4

11 months ago

2.1.3

11 months ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago