Subscribe to Object
Subscribe to Object: Adds users (actor or recipient) as subscribers to an object. Can create the object if it doesn't exist.
Human-readable name of the node
"Add use to team object"
"objectoperation_addsubscription"Type/collection name of the object.
1Unique identifier of the object within the object_type.
1Which users to add as subscribers to the object. Can select actor, recipient, or both.
1actor, recipient Description of what this node does
Whether object_type and object_id are static literal strings or handlebars expressions.
Whether to create the object if it doesn't exist.
Additional subscription properties which defines the relationship between object and user. Eg. role, designation, etc. Pass as JSONNET expression.
"{\"role\": \"admin\"}"