EzFlowEzFlow Docs
Node referenceMarketing

LOOKUP_CONTACT

LOOKUP_CONTACT node.

What it does

LOOKUP_CONTACT node.

Inputs & outputs

Input handle
None
Output handle
None

Configuration

No configuration.

Example

How it works

LOOKUP_CONTACT searches EzFlow Marketing for an existing contact by email or phone. It returns contact (the full contact object) when a match is found, or null when no contact exists. Use a downstream CONDITIONAL node to branch on whether the contact was found before deciding whether to create or update. See Marketing Contacts.

Example

A webhook fires when someone submits your pricing page form. Wire the form's email field to LOOKUP_CONTACT's email input. If contact is not null, route through CONDITIONAL to UPDATE_CONTACT to refresh their properties; otherwise route to CREATE_CONTACT to register them for the first time. Either branch then feeds contact.id into ADD_TO_SEGMENT to enroll them in the correct segment.

On this page