22

I'm using MailChimp and RSS to send emails from my blog. I would like to use the first post title as the subject of the RSS email. When I try to do this, I get the following error:

Message Subject*
De InterMission Uitdaging van vandaag: *|RSSITEMS:|**|RSSITEM:URL|**|END:RSSITEMS|* This field can not contain conditional merge tags

How do I do it correctly?

random
  • 9,774
  • 10
  • 66
  • 83
Kees C. Bakker
  • 32,294
  • 27
  • 115
  • 203

2 Answers2

33

Ah, got it: *|RSSITEM:TITLE|* is actually sufficient.

Got it confirmed by the MailChimp people: https://longrep.ly/r/5e1ddb41.

Kees C. Bakker
  • 32,294
  • 27
  • 115
  • 203
0

Indeed that doesn't work in a perfect way. It will prepends a "[test]" to your email subject. And according to mailChimp's helpdesk, this tag is not officially allowed to put in the subject. Only valid tags are: http://kb.mailchimp.com/article/merge-tag-cheatsheet-for-subject-lines/

Jim
  • 1
  • Hey Jim, thanks for the answer. It seems that they now support the `*|RSSITEM:TITLE|*` as well. Check the long reply of MailChimp in my answer. – Kees C. Bakker May 30 '12 at 09:10