Hello Team,
PATCH crm/v3/objects/contacts/{email}?idProperty=email fails sometimes.
Gives
I/O error on PATCH request for \“[https://api.hubapi.com/crm/v3/objects/contacts/{some-email}\\](https://api.hubapi.com/crm/v3/objects/contacts/{some-email}\)”: Connection reset; nested exception is java.net.SocketException: Connection reset
while on other environment, it gives 404 resource not found. The contact can be seen on the hubspot portal.
I added retry mechanism and it worked on 2nd time for those failed calls. Can someone help here, thanks!!