Is it possible to make a PATCH request in Suitescr...
# suitescript
e
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
Found a workaround- Hubspot lets you batch update records using a POST... so I'll just "batch" update the 1 record
j
@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.