Dynamics 365 Server, version 9.0 is available for download now.
It’s possible to connect Dynamics 365 version 9.0 on-premise with Microsoft Flow:
- Triggers: make use of webhook registration to post a request to Flow connector ‘When a HTTP request is received’
- Actions:
- make use of the Flow connector ‘HTTP with Azure AD – Invoke an HTTP request‘ and choose the option to Connect via on-premise data gateway (reference)
- create your own custom connector to connect via on-premise data gateway to the Web API of Dynamics 365 on-premise (reference)
Make sure that in both cases the calls are not blocked by the firewall. Here is the info about IP addresses and domains that should not be blocked on your network: IP address configuration
BTW: there is a Dynamics 365 connector for on-premise planned.
Stefan,
I am looking at building a URI from a campaign record in Dynamics 365 online to POST to a wordpress site using power automate. I am not sure on the components of power automate to use.
For example, I want the URI to use the campaignID to POST this to wordpress;
http:///wp-json/CRM/Dynamic/Campaign/Update?id=
Is this possible using power automate?
Hi Paul,
Yes, this is possible with Power Automate flow. You should use the (premium) HTTP connector.
See for more info this blog post.
You can add ‘id’ as Query parameter and use dynamic content from the campaign record to pass the value.