My Mautic version is: v4.4.3
My PHP version is: PHP 7.4.30
My Database type and version is: Ver 10.6.10-MariaDB
Hey guys, I have one case I’m struggeling with. So I hope, that one of you might have a solution to it.
Case: In one of my emails, I offer my subscribers a free gift if they book a call ( via Calendly) within the next 48 hours. So, I want to make sure that they are redirected to the download page if they book within the next 48 hours. If they book later, they will just be directed to a thank you page after booking.
To display the time remaining until they receive the free offer, I use an external timer from CountdownMail that I have implemented via HTML in my email.
For booking the call, I redirect the contact to a WP landing page where I embedded Calendly (I use the WP landing page only because I failed to embed Calendly in a Mautic landing page. So if there is a solution to this problem, please let me know).
I also use a code on the WP landing page to redirect the contact to the download/thank you page (on Mautic) after booking.
However, I’m really struggling with the download/thank you page. I’ve been thinking about two different options with dynamic web content, but I don’t know how to make these approaches work:
- Approach 1: Use dynamic web content in the email that changes the link to the landing page 48 hours after the email is sent. However, I’m not sure if the email content can change after the email itself is sent.
- Approach 2: Use dynamic content on the landing page that changes 48 hours after sending.
As a filter for the dynamic content, I want to use a custom date/time field that I create right after sending the email.
However, I’m really struggling to set up the campaigns, etc. for these two approaches.
How would you guys go about doing this? Are there any easier ways to do this?