Hi all,
We are currently in the process of transitioning from Outbound marketing to Real-time Journeys, and I would like to share a challenge we are facing and seek your valuable input.
Our website has two types of forms:
- Lead-gen forms that create a Lead in Dynamics 365
- Newsletter subscription forms that create a Contact and set /Bulk Emails/ to allow
When a user checks the Lead-gen box to receive newsletters, it sets /Bulk Emails/ to allow on the Lead.
The goal is to send a newsletter to both Leads and Contacts who have /Bulk Emails/ set to allow. The email includes personalization, such as /Hello {{FirstName}}/ at the beginning, which I believe is directed towards the Contact entity.
Currently, the best workflow I have come up with is:
- Create a segment that finds Contacts with /Bulk Emails/ set to allow
- Create a Customer Journey that adds this segment and sends a personalized email
- Create another segment that finds Leads with /Bulk Emails/ set to allow
- Create another Customer Journey that adds this segment and sends a non-personalized /Hi
{{FirstName}}/ version of the email
This approach requires maintaining two segments, two journeys, and two emails every time we want to send a newsletter to subscribers.
I feel like I may be overcomplicating this process? Is there an easier way to handle this, personalize the email for both Contacts and Leads, and send the email via one journey to both entities?
Alternatively, is it possible to automatically convert a Lead to a Contact if they check the /Receive Newsletters/ box?
Thanks for your help!