• Add file to Notes via REST API using NodeJS

    I can successfully create the note. I now need to upload the file and then link to the note. Which I think I can do with this endpoint: "/rest/v11_20/Notes/5f95bbe8-cd49-11ee-b015-fa163ec72422/file/filename" I'm POSTing a file using FormData…