Hello everyone,
Wishing all a Happy New year!
I’m currently working on automating Mailchimp campaigns using Make and I’ve encountered some issues with dynamic content replacement in the templates, specifically with logo images and hyperlink URLs. I would appreciate any insights or suggestions you might have.
Logo Image Replacement Issue: I’m trying to dynamically replace the source URL for logo images in the Mailchimp template. The mc:edit
attribute is correctly placed in the <img>
tag, and I’m using the following format in the Make module:
The logo URL is being pulled from an Airtable module, but the replacement doesn’t seem to work as expected. The output bundle shows the placeholder link itself.
Hyperlink URL Replacement Issue: For the hyperlink, I have the following setup:
I’m using the dynamic field
{{60.array[1].Website}}
to set the href
attribute, but in the test email, it displays as <a href="https://placeholder/" ... ></a><a href="https://dynamic" ... >Visit company site</a>
creating two separate links instead of one.
Has anyone faced similar issues or could offer guidance on the correct approach to replace these specific content areas dynamically using Make?
Thank you in advance