Speed of Pabbly Connect webhook receive and API POST call?
Status: Closed · Asked by Anders Nielsen on · 0 views
Hi,
I need to set up a workflow where the speed is important. It will simply need to receive a webhook, based on that change the details of the webhook content with a text formatter and forward it as a Post API request. Two questions:
1. How quickly can Pabbly do this
2. Is this speed realiable and predictable or will I sometime encounter delays of +5-10 sec?
Considering if it's better to setup a server for this or if Pabbly Connect is can power this
Hey @apps !
You can check on this forum thread regarding the incoming data from webhooks-based applications- https://forum.pabbly.com/threads/trigger-time-interval-for-integration.10002/
In case you require a certain delay for instant webhook data to proceed further, in that case, you can use the Delay module to slow down the execution time-
youtube.com/watch?v=HJ967vgDLVw
Hope, this clears your doubt.