Is it possible to make a PATCH request in Suitescript? Trying to send data from NS to Hubspot- Hubspot requires a PATCH method, but I don't see any way to do this in Suitescript
ericbirdsall
10/24/2022, 7:03 PM
Found a workaround- Hubspot lets you batch update records using a POST... so I'll just "batch" update the 1 record
j
Jan Petri
10/24/2022, 7:07 PM
@ericbirdsall Thanks for sharing! I've not had to do a PATCH request via SuiteScript, but you are right, it doesn't look like it's supported.