• 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.

Pabbly Connect can extract all posts from wordpress and send it to an API?

rodrigo

Member
Hello everyone,

What's the best way to scrap from a wordpress website that have a feed (rss) with 10000 posts.

I need something like this:

Get informations from post number (oldest from the feed) 10000 to send the informations from this post (title, description and link) to my whatsapp number using custom api. Then wait example: 1 hour send the next oldest post 9999, wait more 1 hour and send the next post 9998 and when it finish send all these 10000 just check for new posts if there's any new post send just the new one.

It's possible with Pabbly to acomplish that? Which event / actions did you guys recommend for this?
I already know how to send the whatsapp message to my number using API, just don't know how to create something that will get each post without repeat the posts and complete these steps !
 

rodrigo

Member
Thanks for the information.

Maybe if I add the 10000 posts inside a excel and do exactly like this video tutorial from pabbly will works:


In this use case how can I setup to finish the workflow when it get the latest row?

Thanks
 

rodrigo

Member
Yes I create exactly like the example of the video:

t8cTVlZ.png


1 - Schedule to run each 30 minutes
2 - Number formatter exactly like the video
4 - Google sheets with one article each row it will have 1000 lines
5 - Send from custom API a whatsapp message from line 1 to 1000 (each run of schedule trigger).

Question 01 - How to make it stop this workflow automaticly when it reaches the line number 1000?
Question 02 - In Google Sheets action, there's anyway to get the articles from the last line to the first ? Currently it gets from the first to the last line.

Thanks
 

ArshilAhmad

Moderator
Staff member
Question 01 - How to make it stop this workflow automaticly when it reaches the line number 1000?
You have 2 options for this:

You can add a filter to your workflow after the Counter step to prevent the subsequent steps from executing. Please note that this won't disable your entire workflow; instead, it will only run the first, second, and third steps (free tasks).
1698082694980.png


To automatically disable your workflow entirely, you would need to set up a new workflow and use Pabbly Connect Manager to accomplish this.
1698083624691.png


Question 02 - In Google Sheets action, there's anyway to get the articles from the last line to the first ? Currently it gets from the first to the last line.
Unfortunately, that's not possible.
 
Top