admin管理员组文章数量:1326293
This is a complex one, and I'm ok if not every aspect of it can be automated but I'd like to try to get as close as possible.
What I'm trying to do: I'm building a job site and I want to be able to send new jobs every week to signed up users through MailChimp (I'll happily consider another email sender if someone recommends one that can achieve what I'm trying to do). I'd like the newsletter/job alert email to be formatted like so(|| indicate column separators):
Title Job1||Company Job1||Country Job1
Title Job2||Company Job2||Country Job2
The title of each job should be a hyperlink to the full job page on the site.
What I've tried: Using mailchimp's RSS function I'm able to build an automated newsletter that includes all new jobs. BUT, I'm struggling with two aspects:
- I can't extract the country and company info from the RSS feed; these are custom fields and MailChimp does not seem to offer that functionality. I can only get the title, author, date, excerpt and full text as far as I can tell.
- I can't figure out how to format the individual fields from one RSS item (im my case each job) into columns.
The only thing I can think of right now is a convoluted series of transformations, using WP All Export to export the right custom fields into csv, then transforming the CSV into HTML with some custom code, then importing that HTML into a custom campaign in MailChimp, but I don't know if I'd ever be able to automate that.
I'd really appreciate any advice that can point me in the right direction on this!!
本文标签: rssExporting post info into a formatted table and into MailChimp as automated as possible
版权声明:本文标题:rss - Exporting post info into a formatted table and into MailChimp as automated as possible 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742209493a2433442.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论