It sounds that the problem is with Wordpress Legacy App.
Now there is an other Wordpress app on zapier who need that a plugin is install on Wordpress as well.
But with the new Wordpress App it’s impossible to :
- get the featured image URL
- get custom fields
If someone has an idea ?
I found a way to get the URL Image.
I use a webhook to call the url of the featured image in json.
Then from this Json i get the url image of the post.
And then i can use it to post on instagram
Hi @Johann!
I’m wondering if you could elaborate a bit on this:
I use a webhook to call the url of the featured image in json.
Then from this Json i get the url image of the post.
It sounds interesting, and could be a useful workaround for others trying to do the same thing :)
Which trigger are you using, that you can’t get custom fields from? Is it New Post? If it’s not supported we likely have a feature request for it, and I could add you as an interested user. Just want to make sure I’m looking at the right trigger.
Thanks!
Hi @nicksimard
I did this :
1- Wordpress App with trigger New Post In Wordpres
2- Webhook Api with Event Custom Request and Action GET on the url of (Wp:featuredmediaHref) variable of the step1 (something like https://domain.com/wp-json/wp/v2/media/2132
3 - Instagram Business app with Event Publish Photo and use the URL of the (Guid Rendered) variable of step 2
I can’t get custom field until now. I thought it’s possible to include the custom field somewhere in the page and then scrap it with a tool, but i didn’t find it.
Enjoy :)
Hey @Johann - It sounds like your issues is solved - If that’s correct, can you let us know by marking it as resolved. If not, please let us know if we can be of any more help.
Hey @andywingrave , yes you can :)