Calling Dynamics API in Mendix - not Dynamics 365

0
Has anybody had success hitting a Dynamics CRM endpoint through Mendix’s  Call REST activity in a microflow?   I’ve had no issue calling a Dynamics 365 endpoint in Mendix before but have issue with Dynamics.
asked
1 answers
0

I’d suggest you try to reach the endpoint via a tool like Postman. If you have all the information to successfully call the endpoint in Postman, you have what it needs to talk to it in your Mendix app.

Be sure that the endpoint of Dynamics CRM is exposed securily and that it’s publically available. 

Hope this helps.

Kind regards,

Leander

answered