Announcements
We are trying to call an external API from Javascript in one of the pages of the Dynamics Portal. Unfortunately this external API is only available from a fixed IP address. So we need some custom server code in Dynamics CRM that calls the API and is available from Javascript.
Any suggestions what architecture we can select best?
Hope this question is clear to you all. Many thanks for your responses!
(The external API provides us with a list of addresses that belong to a given postal code.)
*This post is locked for comments
Hello,
Solution I see is a bit complex but possible here is how it can work:
1. Your server with static IP - it will contain endpoint that will be published for external usage and will retrieve data from API you mentioned.
2. Plugin that will get data from your external endpoint and return results. Approach how to develop that plugin and use it in portal described here - uds.systems/.../how-to-run-custom-code-in-dynamics-365-portal
André Arnaud de Cal...
294,000
Super User 2025 Season 1
Martin Dráb
232,850
Most Valuable Professional
nmaenpaa
101,158
Moderator