Hi,
my Zap is doing a Webhook POST request to another API. The API takes a couple of seconds to respond and therefore the POST request is sent multiple times, trying to get a response from the other service.
This behaviour causes duplicates in the database of the other service, because the same request is sent 2-3 times. Somtimes only once. It’s kind of random.
Is there a way to prevent the request to be send multiple times or is it waiting for some specific status code?
Thank you!