cancel
Showing results for 
Search instead for 
Did you mean: 

Service api_mkt_campaign_message_srv

SauMaris
Contributor
0 Kudos

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)

bruno_gonzalez
Active Participant

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 Kudos

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

Answers (1)

Answers (1)

Kunal_Bansal
Active Contributor

Hello Maris,

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

Best Regards,

Kunal