ChrisRAoW / mautic-rss-to-email-bundle

Mautic plugin to send emails from RSS
103 stars 23 forks source link

Custom fields in feeds #51

Closed shmaltz closed 2 years ago

shmaltz commented 2 years ago

Hi!

I am creating a custom WP post feed that will contain custom fields.

Can these fields be accessed by using something like {feeditem:custom_field} or do I need to modify the plugin to read these fields?

Thanks!

ChrisRAoW commented 2 years ago

@shmaltz This is good feedback. You can't just add custom fields to you RSS feeds because it will invalidate the rss feeds because those fields don't exist for rss feeds. We can overcome this by defining a custom xmlns. Will put it on our dev-list.

shmaltz commented 2 years ago

Sounds great @ChrisRAoW!

Thank you!

Happy holidays!

ChrisRAoW commented 2 years ago

@shmaltz This was added in the latest 1.6.0 release. Check the ReadME file how to use it.