Is there any ways to pull in dynamics information such as add the event registration information into the Marketing email.
Is there any ways to pull in dynamics information such as add the event registration information into the Marketing email.
Hi Alibongo,
We can sync any entity we want with marketing-insights service to make the entity available for use in dynamic email content.
https://docs.microsoft.com/en-us/dynamics365/marketing/mkt-settings-sync
While for associated event registrations of contact, we need to render them using for-each loops, because the relationship between Contact and Event Registration is one to many.
https://docs.microsoft.com/en-us/dynamics365/marketing/dynamic-email-content#for-each-loops
The expression will be below:
{{#each contact.msevtmgt_eventregistration_contact_msevtmgt_contactid}} {{this.msevtmgt_name}} {{/each}}
You could also refer to those threads for how to pull other entities to marketing email:
Help with custom event portal and registration links - Dynamics 365 Marketing Forum Community Forum
Resolve a custom entity in a each loop - Dynamics 365 Marketing Forum Community Forum
Regards,
Clofly
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156