EzFlowEzFlow Docs
Node referenceMarketing

CHECK_SUPPRESSION

CHECK_SUPPRESSION node.

What it does

CHECK_SUPPRESSION node.

Inputs & outputs

Input handle
None
Output handle
None

Configuration

No configuration.

Example

How it works

CHECK_SUPPRESSION queries the EzFlow Marketing suppression list for a contact identified by email or phone. The node spreads the suppression result onto its outputs — typically including a suppressed boolean. Route through a downstream CONDITIONAL to skip sending to suppressed contacts. See Marketing Suppression.

Example

Insert CHECK_SUPPRESSION between your trigger and SEND_MAIL nodes and wire in the recipient's email. Connect a CONDITIONAL on the suppressed output: the true branch ends the Workflow (or logs a skip activity), while the false branch flows into SEND_MAIL. This ensures no messages are dispatched to contacts who opted out, hard-bounced, or were manually suppressed.

On this page