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

Triggers are not instant as claimed, which causes duplication issues - how to fix?

apps

Member
You write Pabbly Connect has "Instant triggers" here:

But they clearly are not instant - so how often do they check in reality?

The problem is I have timetracking entries I send to an accounting app. In the workflow the first time it needs to check if a contact entry already exists and if not, then create a contact there. However Pabbly creates duplicate contacts and duplicate invoices with separate time entries because triggers instead of being triggered instantly, are triggered delayed.

How can I fix this?
And how often does Pabbly check triggers?

This is the workflow: https://connect.pabbly.com/workflow/mapping/IjEyMjUzMiI_3D

Look at these:
https://connect.pabbly.com/task/his...=IjEyMjUzMiI_3D&filter_by_task_data=attermann - IjEwOTUwNzAxMCI_3D
https://connect.pabbly.com/task/his...=IjEyMjUzMiI_3D&filter_by_task_data=attermann - IjEwOTUwNzAwNiI_3D

Despite the entries being 3 minutes apart Pabbly connect doesn't trigger them instantly and instead waits and only triggers these 1 sec apart which causes duplicate issues. Inserting a delay won't fix that either because then each task will both be delayed and still trigger sepArately if there are. So:

A. How do I solve this?
B. How often are triggers checked for (because it is not instantly as your webpage claims)?
 
P

Pabblymember11

Guest
Hey @apps

We are currently looking into your workflow and inspecting it for a while. Regarding the webhook response, in which the trigger is directly coming from the API as the trigger is a descriptive webhook type trigger.

The webhook only captures the response data which was sent by the application itself and it is something that we cannot manipulate. If your data is not arriving or coming late so there is a good chance that it is not being sent/delayed to Pabbly Connect's webhook URL In cases like these, you will have to contact the support team of API for which you to see why your data is not coming.

To double-check, you can also confirm it through a webbooks testing site by the name of webhook.site.

You can copy the webhook URL provided by Webhook.site inside API and do the test event inside Landingi to see if the webhook is being captured or not inside Webhook.site. This will double confirm the issue.

Here is a sample video that you can follow to track the webhook issue:

You can check out the following video for your concern -

 

apps

Member
Thanks for the message. Ahhh, no, then it is Zapier that is delaying the message sending. I have to go through Zapier because Timingapp does not have a Pabbly Connect integration for any Triggers. Requested triggers for Timingapp a long time ago - is it coming?

Zapier Triggers for Timing:
- it seems there are no weekhook triggers or?

API:

What other workarounds could I use. Could I insert a random delay between 15-25 min for each run of this workflow (and how would I technically accomplish this?). This would seem to be a workaround.

Looking forward to hearing back from you!

All the best

Anders
 
Last edited:
P

Pabblymember11

Guest
Hey @apps

What other workarounds could I use. Could I insert a random delay between 15-25 min for each run of this workflow (and how would I technically accomplish this?). This would seem to be a workaround.
You can try using the Delay action step, but it seems like it is not possible.
 
Top