Hi
I use a web hook to send a PUT request to a API (Exact online) , post and get work perfectly, but for the PUT request the API returns 204 , no content , and then zapier reads this as an error .
Th put works perfectly, but because of the error the zap gets turned of.
So I need to tell zapier that there is no content coming and it should be happy with 204, but I have no clue how to
here’s the (redacted) euro message
What happened (You are seeing this because you are an admin): Starting PUT request to https://start.exactonline.nl/api/v1/XXXXX/crm/Accounts(guid'dXXXXXX') Received 204 code from https://start.exactonline.nl/api/v1/XXXXX/crm/Accounts(guid'dXXXXX') after 504ms Received content "" Error parsing response. We got: ""
any help would be greatly appreciated !