MailChimp API - dynamic content - mc:repeatable + mc:edit
问题 My email template has some intro text followed by a repeatable block [a picture + a button]. I would like to repeat this block some X times and each time have picture link and button link updated with new links. Currently I am using this payload to edit one block, and it is working as intended. I have used this SO answer as a guideline. var data = { 'template': { 'id': template_id, 'sections': { 'editbutton': '<a class="mcnButton " title="Get Profile" href="' + button1 + '" target="_blank"