RE: can i use a custom endpointUrl in webhook?
Hi Bipin
could you provide an example what you mean here:
2. Use Power automate to post message to your endpoint when something happens in Dataverse
i am doing number one currently. we were using webclient but getting a lot of these errors (The operation has timed out), so i have just switched to using httpclient hoping our clients will have less timeout errors (im a little confused why it happens for some of our clients and not all)
Downloading the target URI: https://www.bing.com
Exception: Microsoft.Xrm.Sdk.InvalidPluginExecutionException: The timeout elapsed while attempting to issue the request. ---> System.Net.WebException: The operation has timed out
at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
at System.Net.WebClient.DownloadData(Uri address)
at PowerApps.Samples.WebClientPlugin.Execute(IServiceProvider serviceProvider)
--- End of inner exception stack trace ---
at PowerApps.Samples.WebClientPlugin.Execute(IServiceProvider serviceProvider)
docs.microsoft.com/.../web-access-plugin