Skip to main content

Remove User from List: Removes users (actor or recipient) from the list. List must exist for the operation to succeed.

name
string
required

Human-readable name of the node

Example:

"Remove from newsletter list"

node_type
string
required
Allowed value: "subscriberlistoperation_removeuser"
list_id
string
required

List identifier. Can be a static literal string or a handlebars expression (to compute the list id at runtime. Eg. {{list_id}}).

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

Which users to remove from the list. Can select actor, recipient, or both.

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

Description of what this node does

is_list_id_dynamic
boolean
default:false

Whether list_id is a static literal string or a handlebars expression.