Skip to main content

Add User to List: Adds users (actor or recipient) to a subscriber list. Can create the list if it doesn't exist.

name
string
required

Human-readable name of the node

Example:

"Add to newsletter list"

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

List identifier. Can be a static literal string or a handlebars expression added as {{list_id}}.

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

Which users to add to 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.

create_list_if_missing
boolean
default:false

Whether to create the list if it doesn't exist.

list_name
string

Name for the list when creating it. Pass when create_list_if_missing is true.

Minimum string length: 1