cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to read existing Communication Categories and Interests from yM Cloud (1805)

former_member355106
Active Participant
569

Hi SAP Community,

we try to integrate SAP (Hybris) Marketing Cloud with our Website… It took some while to figure out how to upload new newsletter subscriptions to an existing communication category but now we face another problem.

For our landing-pages, we need to get a list of the existing communication categories of a marketing area. Is there any Service that we can use?

We have the same problem to read the interests from Hybris Marketing. In order to send Interests to Hybris Marketing, we want to read out all possible interests via OData.

Do you know if this is possible? I could not find any information in the documentation in the API Hub.

Best regards and thanks in advance

Oliver

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member226
Employee
Employee
0 Likes

Hi,

Can you pls try accessing following odata which i was able to get from developer tool of chrome. Hence not sure if this should be the official way of doing:

https://<Host>:<Port>/sap/opu/odata/sap/cuan_common_srv/Interests --> Retrieves all Interest Item
https://<Host>:<Port>//sap/opu/odata/sap/CUAN_COMM_CAT_SRV/CommunicationCategories --> Retrieves all Comm Categories

Thanks

Saurabh

dominic4
Active Participant
0 Likes

Hi Saurabh,

thanks for your answer. Great idea to look in the developer tools. Unfortunately I cant get access from Postman. I do not find a Scenario to give rights to our odata-user. Also It does not work with Basic Auth and my normal user.

Do you have an Idea how to access the services outside the browser?

Best regards

Dominic and Oliver