I am working on creating a Zap for an external API that does a POST request. I have it working except for one minor detail: It sends it over twice.
I was able to figure out the cause of this was that before it actually performs the Zap it does a test in the background to make sure it is going to work without error. The API I am connecting to doesn’t have a test endpoint. It’s all live. So the only way to get a 200 response and the test pass is to actually send a real POST request.
I am wondering if anyone here has had any kind of a workaround for this so it isn’t sending over two POST requests.
I appreciate the help