mohamed khairy
mohamed khairy

Reputation: 27

CRM WebAPI 2016 with node js

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

Answers (1)

Jordi
Jordi

Reputation: 1470

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

Upvotes: 1

Related Questions