Skip to main content

Unsubscribe from Object: Removes users (actor or recipient) as subscribers from an object. Object must exist for the operation to succeed.

name
string
required

Human-readable name of the node

Example:

"Unsubscribe from project"

node_type
string
required
Allowed value: "objectoperation_removesubscription"
object_type
string
required

Type/collection name of the object.

Minimum string length: 1
object_id
string
required

Unique identifier of the object within the object_type.

Minimum string length: 1
user_selection
enum<string>[]
required

Which users to remove as subscribers from the object. Can select actor, recipient, or both.

Minimum array length: 1
Available options:
actor,
recipient
description
string | null

Description of what this node does

is_object_id_dynamic
boolean
default:false

Whether object_type and object_id are static literal strings or handlebars expressions.