Node Schema
Remove User from List
Remove User from List: Removes users (actor or recipient) from the list. List must exist for the operation to succeed.
Human-readable name of the node
Example:
"Remove from newsletter list"
Allowed value:
"subscriberlistoperation_removeuser"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:
1Which users to remove from 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.