Reputation: 27
I'm trying to use node.js with CRM 2016 webAPI . I'm building a service using node.js which will be running in background and part of it is it will retrieve the events form CRM using WebAPI. The problem is I don't know how to authenticate using username/password and we don't have O365 nor Azure.
What do you suggest?
Upvotes: 0
Views: 911
Reputation: 1470
You might want to try DynamicsNode on Git. It has helpers already made for accessing CRM from Node.
Upvotes: 1