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
André Arnaud de Cal...
291,969
Super User 2025 Season 1
Martin Dráb
230,842
Most Valuable Professional
nmaenpaa
101,156