Trigger a Scenario

Overview

Use this action to trigger one of your Bloomreach Engagement scenarios (Bloomreach's cross-channel automation workflows). You can pass dynamic data from Simon to use in your scenario without updating the customer profile — for example, a recommended product SKU, a personalized offer code, or a content variant identifier.

To get started:

  1. Create a flow
  2. Under Destination, choose the Bloomreach Engagement channel then the Trigger a Scenario action
  3. Configure the parameters described below

Configuration parameters

ParameterDescription
Scenario IDThe ID of the Bloomreach scenario to trigger. Find this in Bloomreach > Scenarios > select your scenario > Settings. Review Bloomreach's scenario guide for more help
FieldsKey-value pairs passed as event properties. These are available in your Bloomreach scenario via Jinja templating (e.g., {{ event.field_name }}) but do not update the customer profile
Frequency capLimit the number of triggers per customer within a time period
📘

Using fields in Bloomreach scenarios

Fields passed through this action are accessible as event properties in your Bloomreach scenario. Use Jinja syntax to reference them in email content, conditions, or actions — for example, {{ event.offer_code }} or {{ event.recommended_product }}.