Using the REST Resource asset in conjunction with WP REST API WordPresss plugin to get a blog feed from Wordpress site into Squiz via JSON. Works great. However, the blog in questions is a multisite and the feed URL only works on every child site and not the parent site aggregator.
I wanted to setup a trigger that would change the REST Resource URL to another child blog feed every week or so, to rotate the content around. Idea is to setup an event for asset status change (put the asset up for review every week). Set the condition to be the Tree location and the asset type.
Then set the action to call REST Resource. But I am unsure if this will allow me to override the REST Resource URL that is currently being used to display blog feed.
Would it be even possible to do with triggers?