Hi,
Is it possible to add dynamic content such as order product lines in a marketing welcome email, thereafter within a journey send emails to upsell\cross sell based on previous orders?
Cant see anything that would help me via google.
Thanks
Thanks for the assistance
Hi Alexadkin,
If you had found any answer helped, please kindly mark as verified to close the thread, it would be really appreciated.
Regards,
Clofly
Hi Alexadkin,
I am afraid that currently suggestion functionality was not supported by marketing email.
You could take a look for how marketing email works in Dynamics 365 Marketing.
If you have any feature request, welcome to go to Dynamics Marketing Ideas forum to submit your idea.
Regards,
Clofly
Hi Clofly,
this is great i will look at the suggestions, as ideas on how to send alternative emails based upon purchased product A now after a time period send emails suggesting product B etc, can this be achieved.
Thanks
Hi Alexadkin,
Currently only entities which are directly associated with contact can be retrieved and shown in dynamic content.
Therefore, we can only show orders belong to contact in marketing email, whereas product lines of order couldn't be shown because they are not directly associated with contact.
You could create custom field to Order entity to save its child product line records.
e.g: I have an order whose customer is Clofly.
We take following steps to show the order in marketing email.
1. Sync the Order entity to marketing insights service by following the tutorial below:
https://docs.microsoft.com/en-us/dynamics365/marketing/mkt-settings-sync
2. Create a dynamic segment which is based on Order entity, copy the correct relationship name.
3. In marketing email, use for-each loops to step through orders that are related to current contact/recipient.(Relationship between Contact and Order is one to many.)
{{#each contact.salesorder_contact_customerid}} {{this.name}} {{/each}}
Result:
To show order product lines, you could create a text field to Order entity, use flow to retrieve its child product lines and set them to the custom field.
(Suggestion: In flow, when appending each product line record to the field, use <br> tag to separate each record. Then <br> tag will be rendered as line break in email content.)
Regards,
Clofly
André Arnaud de Cal...
292,162
Super User 2025 Season 1
Martin Dráb
230,962
Most Valuable Professional
nmaenpaa
101,156