Setting up segmentation for Hubspot

Segment sets and single segments are defined in the segmentation section of your Taxi account. These allow you to set up rules to control which content is sent to the groups of people within this segmentation. They are then applied to any of the modules in your Email Design System to give you complete control of the specific content that’s sent to your customers.

Hubspot segmentation is mapped by the connector to Hubspot conditional code snippets, and this code is run when the email is sent. This ensures each recipient gets the content selected for them. Hubspot uses Hubspot Markup Language for their conditional logic. They use a lot of jinjava but not all of it is supported and there is some Hubspot specific code you can use.

Have a look at their documentation to find out more: https://developers.hubspot.com/docs/cms/hubl

Once segments are defined it is possible to use them in the Taxi editor and to preview content for each segment.

Finally, to be able to export code through the connector, the HubL for segments must be added. This code is set per connector. This means you can use different HubL between environments, and thus you can work with different data structures and formats if needed.

Code for segments is entered through the segmentation settings.

Last updated