Hello Experts,
In the contact, I need to add one Mashup to navigate into external system. The URL should have a parameter and the parameter values should be pick from an external system.
To get the URL parameter value, we need to call an URL "https://www.myapplication.com/api/v2/data/{emailid}" and we will get a "ObjectID" in the response.
Finally, we need to use the "ObjectID" in an URL to navigate into external system Eg. https://www.myapplication.com/api/v2/data/{ObjectID}/viewconsent. When we click on the link, it should navigate into this URL.
Can anyone help me on this?.
Thanks in advance,