on ‎2020 Jun 08 7:26 PM
Dear Experts,
We are using generic email service provider for sending emails from Email campaigns. We are using SAP CPI as a middle-ware for integrating SAP Marketing Cloud and Email service provider. Email Service provider is capable of sending the bounce details back to SAP CPI.
Can anyone explain the mechanism after CPI receives the bounce details? How that will be sent to SAP Marketing Cloud and how interaction for bounce will be created against the contact? Is there any OData service needs to be consumed in SAP CPI to send the bounce details or is there any job needs to be scheduled in SAP Marketing Cloud?
Thanks,
Pawan
Request clarification before answering.
Hi Pawan,
I think you can use the OData Service API_MKT_INTERACTION_SRV and create Interactions of InteractionType EMAIL_BOUNCE_HARD. They are assigned to the contact via the InteractionContactOrigin = EMAIL and InteractionContactId = email-address of the contact.
As communication medium you use EMAIL and then you can also use different InteractionReasons like EMAIL_INVALID (you can create more based on your needs in Customizing) based on different DSN-codes you get back from your Service Provider. Of course you have to do the mapping of the different codes to the reasons on CPI side.
Also remember, InteractionTimeStampUTC field is mandatory.
I think this should work. Hope that helps.
BR Tobias
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Totally agreed with Tobias
Hello Pawan,
You cannot use the OData Service API_MKT_INTERACTION_SRV to create interaction of type EMAIL_BOUNCE_HARD. Those interactions must be processed by the interface /bounces of the generic adapter. See the documentation https://help.sap.com/viewer/0f9408e4921e4ba3bb4a7a1f75f837a7/2005.500/en-US/b245f748b0964836b3d4f422...
You can also find a blog https://blogs.sap.com/2018/06/25/sap-marketing-cloud-connect-any-email-service-provider-to-sap-marke... which explain how to get the bounces.
Every 10 minutes the SMC system will try to pull the bounces (GET /bounces)
Best regards,
Marc
Hello Pawan,
Please ignore previous responses.
As Dorais said, you cannot use this API for that, see answer here.
best regards,
Kunal
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Pawan,
You don't need additional configuration in SMC and you don't need to schedule a job.
SMC will get the information from the communication arrangement for the communication scenario SAP_COM_0234.
Best regards,
Marc
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Tobias, Marc and Kunal for your quick inputs.
As mentioned, Every 10 minutes the SMC system will try to pull the bounces (GET /bounces). For this do we need to any configuration in SMC or do we need to schedule a job?
Thanks,
Pawan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Tobias and Kunal !! Will try it out.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi pawan.hinge,
you should also check this blog series. Especially the third part ("Get Bounces") is interesting for your scenario.
Also check this part of the integration guide.
BR Tobias
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.