How to Call third party WebAPI from plugin in dynamics 365 and power apps
ฝัง
- เผยแพร่เมื่อ 10 ก.พ. 2025
- Join this channel to get access to perks:
/ @softchieflearn
This video explains the below points on Dynamics 365 Customer Engagement CRM: How to Call third party WebAPI from plugin in dynamics 365 and power apps
Best tutorial...Simple and straight forward
Nice explanation!
I have couple of questions -
1. Do we need to always pass the unsecured configuration in XML format?
2. Httpclient variable you have declared but never used it, why do we need this?
3. You have installed newtonsoft json package but how are you deploying this to crm because we need to select single dll while registering the assembly?
Thank you for sharing your valuable knowledge and the time you spent i
Beautifully explained sir. Thank you so much for the video.😍
Thank you..!! Nice explanation
Great video❤
Thank you, great explanation
Great video. But I’m interested to take this a step forward and allow the response to come back to the UI so that the user can then select the data for a follow on process. Is that also possible with plug-ins?
Hi Sanjay
The same code gives error if we use CRM On-Premise tried registering the plugin in none mode as well
Excellent!!!
Hi
I am new in D365 . I want to create some function or power app or power automate for sending data to our internal third party API in JSON format depend on one of the form condition is true.
So far I have created Dataflow for check condition and get data from Dataverse and send email but whatever data I am sending in email I want to send it via REST API to my third party.
My confusion is , What should I use . Should I make plugin ? Should I make some sort of solution or function ? or Should I just connect API in data flow directly ?
Another question is , Can I just use view from Dataverse ? or create function for getting data . I need to use 3-4 tables with join query .
Which one will be better option ?
I will be so grateful if you can answer my question .
Thanks
Is this a sandbox plugin or non-sandbox plugin?
Good job!
Do you know how to run this plug-in regularly? (e.g. 1:00 AM each day)
Then You need Custom work flow there you can call Plugin as par your automation need .
kindly provide git hub details of yours .. so that i can download the above one .. thanks
why you created HttpClient() object and didn't use it?
thanks you somuch