How to run a integration by clicking a single url/link
Content
Requirement: I want to send the url of integration in a mail notification. On click of that url, the integration should be triggered in OIC.
I initially used the link (as in image) but it can be done by using rest client or postman tools only. I need a way that is independent of the tools.
I referred the below documentation, and found it cannot be done without support of rest client or postman tools as it is a POST request
Also, I found starting an integration is a POST request. hitting a url from browser is GET request.
0