How to deploy recommendation with Brevo

To deploy a recommendation with Brevo, you need to configure the tool first. If you have already done so, you can move on to the next step. https://app.gitbook.com/o/iFKI1JaxSfPoiGt4tT2k/s/6Yw9IRJ6KbbucQPwZUCZ/~/changes/368/recommendations-and-merchandising-1/how-tos/how-to-configure-your-email-integration/how-to-configure-brevo-integration

1

Prepare the Recommendation

  1. Click on Recommendations

  2. Click on paper plane icon in actions of the line, or click on edit recommendation then deployment settings button at the bottom right of the page

  3. Go to the part : "On your email platform". And Map your recommendation variables with Brevo contact attributes.

    If an attribute is missing, create it in Brevo > Contacts > Settings > Contact Attributes > Add new attribute.

  4. Click Publish and copy the generated feed brevo link to the recommendation ID.

2

Add the Recommendation in Brevo Email

  1. Create or edit a campaign using Brevo Drag & Drop editor, and insert a Dynamic Content block (not to be confused with the Text/HTML block.

  2. In the block settings:

    1. Use Data feed as Data source

    2. Select your published feed brevo link to the recommendation you want to add in your mail

    3. Insert the variables (title, image, URL, price)

Minimal example:

{% for item in feed.recos_xxxx.items | slice:"0:4" %}
  <a href="{{ item.url }}">
    <img src="{{ item.image }}" alt="{{ item.title }}">
  </a>
  <p>{{ item.title }} - {{ item.price }}</p>
{% endfor %}
3

Send a Test

  1. Add your email address to a Brevo contact list and send a test email (BAT) from the campaign.

  2. You’ll receive the email with live Reco & Merch recommendations 🎉.

Last updated

Was this helpful?