EzFlowEzFlow Docs
Node referenceMarketing

UPDATE_CONTACT

UPDATE_CONTACT node.

What it does

UPDATE_CONTACT node.

Inputs & outputs

Input handle
None
Output handle
None

Configuration

No configuration.

Example

How it works

UPDATE_CONTACT patches an existing contact in EzFlow Marketing. Supply contactId (from a prior LOOKUP_CONTACT or CREATE_CONTACT) along with any fields you want to change — email, phone, firstName, lastName, or customProperties. Only provided fields are updated; the rest stay unchanged. It returns the updated contact object. See Marketing Contacts.

Example

After a sales rep closes a deal, an HTTP_TRIGGER fires. LOOKUP_CONTACT finds the contact by email and returns contact.id, which feeds into UPDATE_CONTACT's contactId input. Set customProperties{ "status": "customer", "plan": "pro" } and leave other fields blank. The returned contact confirms the patch, which a downstream SEND_MAIL node then uses to send a welcome-aboard email.

On this page