cancel
Showing results for 
Search instead for 
Did you mean: 

How to create Mashup in Contact screen in C4C?

0 Kudos
565

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,

View Entire Topic
abimanyu_g
Participant
0 Kudos

Hi ananth12,

We can pass a value from C4C to external link using URL mashup. I am not sure about fetching the response from external page to C4C.

Instead, you can create REST external webservice integration to send request (emailID) and get response (ObjectID) from SDK. Create a URL mashup only to navigate (launch) to the external page.

Hope this helps you.

Regards,

Abimanyu G.

Hi,

Thanks for you suggestions.

Thanks,

Anantharaj