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

Service api_mkt_campaign_message_srv

SauMaris
Contributor
0 Likes
400

Entity GetPersonalizedMessage for this service api_mkt_campaign_message_srv requires Campaign Outbound Id. Where can I get this id for a specific email sent? Table name would help tremendously.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Hi saurimi. If you are using that API, you need to get the email outbound interaction related to that campaign and then get the attribute InteractionSourceObject.

Here is the API documentation: https://api.sap.com/api/API_MKT_INTERACTION_SRV/resource. Please check the Interactions endpoint.

Here's an example of how you can call that API to get results in Postman:

https://{{tenant}}-api.s4hana.ondemand.com/sap/opu/odata/sap/API_MKT_INTERACTION_SRV/Interactions?$f... eq 'EMAIL_OUTBOUND'&$top=50&$skip=0&$inlinecount=allpages&$format=json

Let me know if that helped. Regards,

SauMaris
Contributor
0 Likes

Thanks, I was looking for InteractionSourceObject from the interaction table.

Answers (1)

Answers (1)

KunalBansal
SAP Champion
SAP Champion

Hello Maris,

For on-pre, you can check the Report CUAN_MKT_EXEC_GET_OUTBOUND_IDS if using SAP DI.

Best Regards,

Kunal