This package contains a set of nodes to interact with IBM Connections.
- 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.
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
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.
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.
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.
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
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.
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)
This node let you retrieve the information for one or more Activities based on tags or on ID
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.
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)
This node let you retrieve the information for one (specieid by an ID) or more Communities based on tags or on a search string.
This node let you add or remove a Member from a Community
This node performs a Simple Search on IBM Connections, based on flexible and customizable search criteria
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.
These nodes are intended for On-prem instances of IBM Connections >= 4.0 and also for IBM Connections Cloud