Skip to Content
0
Jan 13, 2023 at 05:15 AM

How to create Mashup in Contact screen in C4C?

256 Views Last edit Jan 13, 2023 at 10:01 AM 2 rev

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,