• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

  • Please be informed that our team will be unavailable due to a local holiday. We will resume normal operations from Monday, 18th August 2025.

RSS to Wordpress tiny problem

Florian

Member
So I have a setup where I put in a certain tag into my podcast episode description when I post a new episode. An automation then posts a blog post + embedded audio player to my website, the tag gets applied there and a plugin sorts all my podcast episodes on my webpage in different topics via the tag.

I had this working with an old wp plugin which broke so I tried setting it up wit pabbly, so far all works but the tag mapping.
My problem is if I try to choose "tags" in the "post to wordpress" automation part it only shows me the existing tags on the wordpress side.
But I can NOT choose the RSS Data field and put it into tags. (even though the tags are also on my wordpress site)

Here's an example. it only shows MY tags on my wordpress site, but I need it to put the tags from the RSS feed there.
2022-05-05_chrome 646.png

I need the automation to do this: look up the tag field in the rss feed and put the exact tag that I used there into the wordpress publishing part.
How can I accomplish this?
FIeld mapping does not work either as I suppose, I could choose the data fields from the rss feed but then I get an error that it is looking for an integer. See this:

"code": "rest_invalid_param",
"message": "Ungültige(r) Parameter: tags",
"data > status": 400,
"data > params > tags": "tags[0] ist nicht vom Typ integer.",
"data > details > tags > code": "rest_invalid_type",
"data > details > tags > message": "tags[0] ist nicht vom Typ integer.",
"data > details > tags > data > param": "tags[0]"
}
 
P

Pabblymember11

Guest
Hey @Florian

You can use the "WordPress: Search a Tag" action event to search the tags which you are getting from RSS and then further pass its tag ID on to the "WordPress: Create a Post".

2022-05-06_12h14_38.png
 
Top