EzFlowEzFlow Docs
Node referenceMarketing

ADD_TO_SEGMENT

ADD_TO_SEGMENT node.

What it does

ADD_TO_SEGMENT node.

Inputs & outputs

Input handle
None
Output handle
None

Configuration

No configuration.

Example

How it works

ADD_TO_SEGMENT enrolls a contact in a Marketing segment. Provide contactId as an input and configure the target segment's segmentId in the node settings (it can also be overridden at runtime by wiring a segmentId input). Returns success: true when the contact is added. See Marketing Segments.

Example

After a webinar registration form fires FORM_TRIGGER, CREATE_CONTACT returns the new contact.id. Wire that into ADD_TO_SEGMENT's contactId input and set the node's Segment to your "Webinar Registrants" segment. Any future marketing broadcast targeting that segment will automatically include this contact.

On this page