RSS Title as Email Subject

by Oct 4, 2022

💡Tip: How to add an RSS Title as an Email subject in ActiveCampaign?

I always write my daily ramblings first in my blog. This is the place where my content starts. Something about owning-your-own-content is important for me 😊.

This is the trigger for ActiveCampaign to send it to my subscribers.

But I couldn’t figure out how to set the email subject to the first post in the RSS feed. In ConvertKit this is extremely easy because it treats the first post in your RSS feed as a first-class citizen. In ActiveCampaign you use a loop and only loop one time.

My developer thinking was blocking out to try out the simplest solution first.

ActiveCampaign has variables you can use inside the loop, like:

✅ %RSS:ITEM:TITLE‌­‌%

✅ %RSS:ITEM:DATE%

✅ %RSS:ITEM:SUMMARY​​%

✅ %RSS:ITEM:LINK​​%

But I assumed these could not be used outside of the loop. How wrong I was: You can use these in your subject! 😁.

Open your campaign and go to Settings. As a Subject you put: %RSS:ITEM:TITLE%.

I assumed I can now also create a View-in-Browser link at the end of my email and use %RSS:ITEM:LINK%. This doesn’t work 😞?! How to do this?

Subscribe to
The Daily Friction

A daily newsletter on automation and eliminating friction

Related Content

What makes SPAs feel modern?

What makes SPAs feel modern? Because Single-Page Applications feel fast. This is largely due to targeted partial page rendering: the strength of SPAs. HTMX allows you to build the same modern-feeling apps, just simpler, faster and cheaper. It allows you to do a...

read more

I almost never Debug my code.

I almost never Debug my code. Somehow this is strange in the eyes of fellow developers. They can't image coding without a debugger. For example, I have never felt the need to attach a debugger to a deployed Dynamics 365 Plugin. Never! Ok, one time. I wanted to know...

read more
Share This