I am getting 15 event attempts

Status: Open · Asked by Daniel Leos on · 0 views

Daniel Leos — Question ·
Hello 

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

However, I can see failed attempts 15 times, 5 for each event 

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 


Thanks 

Screenshot 2026-08-11 at 10.26.38 a.m..png
Screenshot 2026-08-11 at 10.26.26 a.m..png
Screenshot 2026-08-11 at 10.26.13 a.m..png
Pabbly Support — Reply ·

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.

Thanks & Regards,
Arshil Ahmad
🌐 Pabbly.com
Daniel Leos — Reply ·

Heey Arshil

It makes total sense now, I see what is my problem

Back to all forum threads · Log in to reply