How to upload attachment from NodeJs function in CRM?
Hi,
I want to upload attachment from NodeJS function to custom module.
Following instructions from
I was able to create, update and get a record from custom module.
How can I upload attachment for single record in custom module?