How to Upload a File to Hubspot through the API
It took me some time to figure out how to upload an attachment to a Hubspot Deal, so I’m going to give the details here for others. This article details the steps for NodeJS. Overall, the Hubspot API has more than one available client for NodeJS: @hubspot/api-client : (github link) The easiest to use so…