• 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

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

Why the trigger wait?

drf

Member
I don't understand why the trigger time is 8 hours. I see that it can be reduced to 10 minutes if I request it, but I don't understand why? Why not instantly?

It makes it a pain to test a new workflow.
Doesn't it make it harder for Pabbly? You have the trigger event logged, but you have to hold it for 10 minutes before running the workflow?

Another question (I am sending contacts from one app to Google Contacts). Lets say it triggers when I put in "data A". In the next couple of minutes I update my contact so now it's "data B". Then the workflow runs. Will it do it with "data A" or "data B", or will it run twice (once with "data A" and once with "data B"). What I'm asking is if you store the trigger with the data when it was triggered, or do you poll the data when it runs. If it's the latter case, what if I already erased it?
 

ArshilAhmad

Moderator
Staff member
Hi @drf,

In Pabbly Connect, we offer both polling-based triggers and webhook-based triggers. Webhook-based triggers are triggered instantaneously whenever there is an update in the source application.

What you are referring to are polling-based triggers. Polling-based triggers check for any new updates in the source application at regular intervals. In most applications, this interval is set to 8 hours, but it can be reduced to a minimum of 10 minutes.

For example, Microsoft OneDrive has a polling-based trigger, which means it checks OneDrive for newly uploaded files every 10 minutes. If a new file has been uploaded within the last 10 minutes, it will capture the file, and your workflow will be executed. If multiple new files have been uploaded within the last 10 minutes (between one check and the next), your workflow will be triggered that many times.

If an application supports webhooks, we generally prefer to use webhook-based triggers for that particular application. However, there are certain applications that do not support webhooks, and for those, we use polling-based triggers.

Another question (I am sending contacts from one app to Google Contacts). Lets say it triggers when I put in "data A". In the next couple of minutes I update my contact so now it's "data B". Then the workflow runs. Will it do it with "data A" or "data B", or will it run twice (once with "data A" and once with "data B").
Trigger will fetch Data B and execute your workflow with that data.

What I'm asking is if you store the trigger with the data when it was triggered, or do you poll the data when it runs. If it's the latter case, what if I already erased it?
If the data has already been erased, then your workflow will not be triggered.
 

PBAG

Member
What you are referring to are polling-based triggers. Polling-based triggers check for any new updates in the source application at regular intervals. In most applications, this interval is set to 8 hours, but it can be reduced to a minimum of 10 minutes.

Hi would like to ask how to reduce Polling-based triggers from 8 hours to a minimum of 10 minutes ? can u provide me any relevant guide?
 
P

Pabblymember11

Guest
Hi would like to ask how to reduce Polling-based triggers from 8 hours to a minimum of 10 minutes ? can u provide me any relevant gui

Could you please provide the URL for the workflow you'd like to expedite the trigger time on? This will allow us to review and potentially decrease the trigger time from our end.

while for the webhook-based trigger is it possible to delay the trigger time from instant to 10 minutes ?
You can simply use the Delay action step of 10 minutes after the trigger event to process the trigger response in every 10 minutes.

 
Top