Node referenceMarketing
CREATE_CONTACT
CREATE_CONTACT node.
What it does
CREATE_CONTACT node.
Inputs & outputs
| Input handle |
|---|
| None |
| Output handle |
|---|
| None |
Configuration
No configuration.
Example
How it works
CREATE_CONTACT adds a new contact record to EzFlow Marketing. It accepts email, phone, firstName, lastName, and an optional customProperties object for arbitrary attributes. It returns the created contact object — including its generated id — that downstream nodes can use to segment or tag the contact. See Marketing Contacts.
Example
A lead-capture form fires FORM_TRIGGER and its field outputs feed into CREATE_CONTACT: email → the submitted address, firstName and lastName → the name fields, and customProperties → { "source": "webinar-2025" }. The returned contact.id is then wired into ADD_TO_SEGMENT to enroll the new contact in your "Webinar Leads" segment automatically.