How to configure my Webhooks to receive delivery feedback of email that I sent using Adobe Campaign | Community
Skip to main content
Level 2
April 18, 2023
Solved

How to configure my Webhooks to receive delivery feedback of email that I sent using Adobe Campaign

  • April 18, 2023
  • 3 replies
  • 1294 views

I am sending emails to end user by using Adobe Campaign. I want to know the status of email sent for example whether email was delivered, open, etc. How can i achieve that. 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by david--garcia

I am sensing that you want to query acc through soaprouter api from an external system, start by reviewing web-service-calls in the following link.

 

https://experienceleague.adobe.com/docs/campaign-classic/using/configuring-campaign-classic/api/web-service-calls.html?lang=en

 

You need to authenticate to ACC to get a session token, then send an api request referencing the unique identifier of a delivery to check if theres any tracking, you need knowledge of the ACC data model/structure and web service calls to be able to construct the API request with the correct payload and referencing the required binds.

3 replies

isahore
Community Advisor
Community Advisor
April 19, 2023

Hi @ajit_tr,

You can simply get that data from the broadLogRcp (delivery logs) and the trackingLogRcp (tracking logs) tables respectively. If these tables do not serve your purpose, then could you kindly explain the use case to add more context?

 

Thanks,

Ishan

david--garcia
david--garciaAccepted solution
Level 10
April 20, 2023

I am sensing that you want to query acc through soaprouter api from an external system, start by reviewing web-service-calls in the following link.

 

https://experienceleague.adobe.com/docs/campaign-classic/using/configuring-campaign-classic/api/web-service-calls.html?lang=en

 

You need to authenticate to ACC to get a session token, then send an api request referencing the unique identifier of a delivery to check if theres any tracking, you need knowledge of the ACC data model/structure and web service calls to be able to construct the API request with the correct payload and referencing the required binds.

Sukrity_Wadhwa
Community Manager
Community Manager
April 26, 2023

Hi @ajit_tr,

Were you able to resolve this query with the help of the given solutions or do you still need more help here? Do let us know. In case the given solutions were helpful, then kindly choose the one that helped you the most as the 'Correct Reply'.
Thanks!

Sukrity Wadhwa