The nodes that write to an outside system, and the one that reads a Xenia audience.
Integration nodes reach out of the journey. Five of them write to an outside system, and Audience Lookup reads Xenia's own audience and identity data.
Each of the outside-system nodes needs its connector configured in the same environment, and each needs an email field telling it which variable identifies the person.
Meta Audience Sync, Meta CAPI Event, and the three HubSpot nodes all write out and publish no variables. No new decision becomes possible after one, so put any rule that depends on the outcome elsewhere.
Checks audience membership, lists an audience's members, or resolves the full customer across connected systems. All three operations read; none of them changes membership.
Configure
Required: the audience.
Produces
The three operations produce completely different variables.
Watch out
ENRICH_USER is the platform-agnostic way to make spend and recency testable, so
reach for it when there is no Shopify store connected. With one connected,
Enrich Customer reads the store's numbers
directly.GET_ALL returns a list, not a customer. Nothing after it can send to a person until
you Iterate over the members.CHECK answers membership of one named audience.Adds or removes the customer from a Meta Custom Audience, so paid and owned channels agree: suppress buyers from prospecting, or retarget people who did not convert.
Not shown in Shopify-billed workspaces.
Configure
Required: the connector and the audience.
Watch out
REMOVE somewhere, customers stay in
the audience forever.Sends a server-side conversion event to Meta, for conversions the browser pixel would miss: a server-confirmed purchase, an offline lead.
Not shown in Shopify-billed workspaces.
Configure
Required: the connector and the event name.
Watch out
Purchase is only useful with a currency and a value, so pass both from the order.Writes properties onto a HubSpot contact mid-journey, so sales sees what marketing just learned. Listed in the palette as HubSpot: Update Contact.
Configure
Required: the connector. An empty property set is a no-op rather than a failure.
Watch out
Adds or removes the contact from a HubSpot static list, so a list that drives someone else's process stays fed. Listed in the palette as HubSpot: List Sync.
Configure
Required: the connector and the list.
Watch out
REMOVE somewhere, contacts stay on the list indefinitely.Creates a HubSpot deal and associates it with the contact, so a qualified lead becomes a sales opportunity without anyone retyping it. Listed in the palette as HubSpot: Create Deal.
Configure
Required: the connector and the deal name. An unset pipeline is read as default.
Watch out