0

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?

1 Answers1

1

You might want to try DynamicsNode on Git. It has helpers already made for accessing CRM from Node.

Jordi
  • 1,460
  • 9
  • 9
  • thx but there is no any information regarding to 2016 in this project. I still need to know how to use username and password with WebAPI 2016 CRM. – mohamed khairy Aug 01 '16 at 22:47
  • based on the README, it looks like it has been tested with CRM online, so it might work for 2016, maybe raise an issue on Git? – Jordi Aug 02 '16 at 07:28