Help Needed with Dynamic Content Replacement in Mailchimp Templates via Make

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

Welcome to the Make community!

1. Scenario screenshot / blueprint

Please export the scenario blueprint file to allow others to view the mappings and settings. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.

Screenshot_2023-08-24_230826
(Note: Exporting your scenario will not include private information or keys to your connections)

Uploading it here will look like this:

blueprint.json (12.3 KB)

2. And most importantly, Output bundles

Please provide the output bundles of the modules by running the scenario, then click the white speech bubble on the top-right of each module, save the bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.
Screenshot_2023-10-06_141025

Providing the output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.

Following these steps will allow others to assist you here. Thanks!

2 Likes