cancel
Showing results for 
Search instead for 
Did you mean: 

How to integrate the messages of C4C non - standard objects into SAP jam

Former Member
0 Kudos

We have integrated SAP jam in C4C. The message of standard object is directly integrated into jam. Now we have created a non-standard object, and also need to integrate the message into jam. How do we do it? We think of the api:post https://developer.sapjam.com/api/v1/OData/FeedEntries using SAP jam, but we don't know how to get the jam token of the current user in C4C. Is there any other way to integrate it?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member47640
Active Contributor
0 Kudos

Hi Leonard,

Not sure if the following will help you, but there's some documentation and Java samples available on how to implement an OAuth workflow:

https://help.sap.com/viewer/u_collaboration_dev_help/ac2b4a50dc6d4324a69c19f645e353ef.html

Best, Christian

Former Member
0 Kudos

Thank you for your answer. Now we realize the logic of obtaining jam token through Java code. Then we call Java rest API interface to get jam token by C4C, and finally record the message of customer's object through jam interface. But now we have another problem, the URL problem: https://answers.sap.com/questions/402909/consuming-rest-api-in-c4c-error.html I wonder if you know what's the reason?

former_member47640
Active Contributor
0 Kudos

I'm sorry, I think the C4C colleagues will need to answer that. But I'm mentioning adam.stone here to have a look at this thread as well and see if he might know an answer.