I am getting 15 event attempts
Status: Open · Asked by Daniel Leos on · 0 views
I connected a Pabbly Hook to ClickFunnels 2.0
I used the webhook URL, and it should trigger when an invoice is paid
I made 3 test purchases, and I can see the 3 events on Pabbly
Any idea why this could be happening? Why are there so many attempts per event? I can see the payload on all of them, so I am not sure if this is an issue with my settings or what is going on
Any help will be appreciated



Hello Daniel,
Thanks for reaching out and for the clear description.
The repeated attempts you're seeing are expected retry behavior in Pabbly Hook. When a delivery to your destination isn't confirmed as successful, the system retries up to 5 total attempts, with a 5-minute delay between each — which explains the 5 attempts you're seeing per event (3 events x 5 = 15 attempts).
A key point to check: Pabbly Hook only treats an HTTP 200 response from the destination as a successful delivery. If your destination returns any other status code (such as 201 or 204), it is treated as a failure and retried, even though the payload was received and visible. This is a common cause of what you're describing.
Confirm what HTTP status your ClickFunnels/destination endpoint is returning — it needs to return HTTP 200 to be counted as a successful delivery and stop the retries.
Heey Arshil
It makes total sense now, I see what is my problem