By default, Black Crow AI’s Predictive Repurchase journey messages are text only but you can add images to them by doing the following in Attentive.
- Login to Attentive.
- Go to Journeys.
- Search for "Black Crow" and click to drill into the appropriate flows (e.g. "Black Crow - Predictive Cross Sell").
- If the journey is already active, click “Create a draft”.
For each SMS message where you want an image:
- Click on the message.
- Click the “Add media button” that looks like a +
- Click “Select” beside “Dynamic Image”.
- If you want to show the image of the prior purchased product (recommended for Replenishment or Subscribe journeys), select “priorPurchasedProductFeaturedImage”. If you want to show the image of the most highly recommended product for the user (recommended for Cross Sell journeys), select “recommendedProductFeaturedImage”.
- Click Insert.
For each email message where you want an image:
- Click on the message.
- Click Edit Content.
- Pick a place in the message where you want to include an image and put your cursor there.
- Enter one of the following:
- To show the prior purchased product (recommended for Replenishment and Subscribe journeys): <img src="{{triggerEvent.custom['priorPurchasedProductFeaturedImage']}}"/>
- To show the most highly recommended product (recommended for Cross Sell journeys): <img src="{{triggerEvent.custom['recommendedProductFeaturedImage']}}"/>
- Optionally: you may want to set width and/or height attributes on the <img> tag to get the image to be the size you want.
- Click Save and Return to Journey when you are happy with its placement and size.