Variable in root url in mailchimp

Use mailchimp to send RSS campaigns. Getting RSS from a WP installation. It works great.

At the end of the letter, I want to add one RSS element from another source with the merge tag with the mailchimps tag *|FEED|*, as shown in this lesson: http://kb.mailchimp.com/article/how-can-i-add-any-blog- post-to-a-regular-campaign

I got this to work with a static URL. But I want to use different URLs: s depending on the recipient. I saved the URL: s with the mailchimps API in a merge tag called *|USER_FEED_URL|*, and I can print this URL completely, but is there a way to use the feed tag with my user_feed_url and get RSS?

I tried: *|FEED:*|USER_FEED_URL|*|*

But he only prints: *|FEED:http://theuserurl.com/feed|*

+4
source share

Source: https://habr.com/ru/post/1528049/


All Articles