EzFlowEzFlow Docs
Node referenceMarketing

REMOVE_FROM_LIST

REMOVE_FROM_LIST node.

What it does

REMOVE_FROM_LIST node.

Inputs & outputs

Input handle
None
Output handle
None

Configuration

No configuration.

Example

How it works

REMOVE_FROM_LIST removes a contact from a static Marketing list. Supply listId and contactId as inputs (or configure listId in the node settings). Returns success: true on completion. See Marketing Lists.

Example

An unsubscribe link in your email campaign points to an HTTP_TRIGGER Workflow. The trigger carries contactId and listId as query parameters. Wire them into REMOVE_FROM_LIST, then chain UNSUBSCRIBE_CONTACT after it to also mark the contact as globally unsubscribed and log the reason — ensuring both list-level and global suppression are handled in one Workflow run.

On this page