Skip to content

ceir-koblenz/node-red-contrib-ibmconnections

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Node-RED IBM Connections Nodes

npm-version npm-downloads

This package contains a set of nodes to interact with IBM Connections.

Changes

Changes in V1.4.1

  • The Get Files node now returns also folders (optionally in a recursive way)
  • We added an Upload File node that enables uploading files to IBM Connections. The node supports uploading a file into the user's library and into a community's library.
  • The Get AS node has been limited to returning 20 entries by default. For this reason we added the parameter count for specifying the maximum number of returned entries.

List of nodes

This package will add the following nodes into your node-red palette :

  • The New Activity node
  • The Get Activities node
  • The Update Activity node
  • The Get Forum node
  • The Get Communities node
  • The Update Communities node
  • The Get AS node
  • The Post to AS node
  • The Get Profiles node
  • The Get Files node
  • The Upload File node
  • The Simple Search node

The Get AS node

This node retrieves the content of the Activity Stream of yourself, of someone else or of a Community. The number of returned entries from an activity stream has been limited to 20 by default. If you want to get more or less entries, you can set the Count value to an integer.

The Post to AS node

This node let you push some text (with or without an embedded experience) into the activity stream of yourself, of someone else or of a Community.

The Get Profiles node

This node retrieves the information from the profile of an IBM Connections user. This node now allows retrieving also the photo associated to the user.

The Get Files node

This node retrieves the files for the current user, for another user, for a community or the public files. It is possible to retrieve files SharedWith and/or SharedBy

The Upload File node

Uploads a file to the file library of a user or a community in IBM Connections. The incoming payload has to be a stream of buffers or a single buffer object.

The New Activity node

This node let you create a new Activity (you can specifiy if the Activity is based on a Template and if it needs to be created inside a Community)

The Get Activities node

This node let you retrieve the information for one or more Activities based on tags or on ID

The Update Activity node

This node let you add a Section, a Bookmark or a ToDO to an existing Activity. NEW ! It also allows you to move an entry from one section to another.

The New Activity node

This node let you create a new Activity (you can specifiy if the Activity is based on a Template and if it needs to be created inside a Community)

The Get Communities node

This node let you retrieve the information for one (specieid by an ID) or more Communities based on tags or on a search string.

The Update Communities node

This node let you add or remove a Member from a Community

The Simple Search node

This node performs a Simple Search on IBM Connections, based on flexible and customizable search criteria

LOGIN configuration node

All the nodes described above require a configuration node in order to work. This is the ICLogin node. The node supports both Basic Authentication and OAuth2.0 Authentication. The same configuration node can be reused across all the instances of the previously described nodes.

Supported environments

These nodes are intended for On-prem instances of IBM Connections >= 4.0 and also for IBM Connections Cloud