User-1838255255 posted
Hi kothapally,
We can use Invoke-WebRequest cmdlet sends HTTP, HTTPS, FTP, and FILE requests to a web page or web service. It parses the response and returns collections of forms, links, images, and other significant HTML elements.<o:p></o:p>
https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/invoke-webrequest?view=powershell-5.1<o:p></o:p>
We can use Send-MailMessage cmdlet sends an email message from within Windows PowerShell.<o:p></o:p>
https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/send-mailmessage?view=powershell-5.1<o:p></o:p>
how to call a restful web API using powerShell
<o:p> http://www.manasbhardwaj.net/how-to-call-a-restful-web-api-using-powershell/ </o:p>
If you need further help, try PowerShell Community<o:p></o:p>
https://docs.microsoft.com/en-us/powershell/#pivot=main&panel=community<o:p></o:p>
Best Regards,
Eric Du