Webhooks timing out despite appending /sync to URL

I’m facing an issue where when when appending the /sync the the Live HTTP request (and trying no value or a multi-minute value such as 240 seconds), I’m still getting the 30 second timeout response from Cloudflare.

See screenshots below. Any assistance would be SUPER appreciated. This flow was working fine for me just a couple days back.


The actual run only takes just over 30 seconds to complete, and it does so successfully - it’s just the HTTP request in the flow calling this flow times out before getting the correct response.

Hi @Zack

Can you try to add Return Response Step from “HTTP”, So it replies to the webhook.

It’s bit confusing we will improve the documentation this week

@abuaboud It is great to hear from you and thank you for your help! Sorry, I think I wasn’t clear enough with my screenshots before so I’ve made two test flows here to better showcase my problem:

Flow: Return Response Test

This is a webhook which waits 45 seconds, then calls return response with “beep”:“boop”

===

Second flow:

This sends HTTP request to the first flow’s webhook URL with /sync appended.

It returns an empty body at 30 seconds even though I have a return request in the Return Response Test flow and /sync appended to live url.

This happens with no value set for timeout or if I set timeout to value larger than the 45 second delay.