Node Schema
Add User to List
Add User to List: Adds users (actor or recipient) to a subscriber list. Can create the list if it doesn't exist.
Human-readable name of the node
Example:
"Add to newsletter list"
Allowed value:
"subscriberlistoperation_adduser"List identifier. Can be a static literal string or a handlebars expression added as {{list_id}}.
Minimum string length:
1Which users to add to the list. Can select actor, recipient, or both.
Minimum array length:
1Available options:
actor, recipient Description of what this node does
Whether list_id is a static literal string or a handlebars expression.
Whether to create the list if it doesn't exist.
Name for the list when creating it. Pass when create_list_if_missing is true.
Minimum string length:
1