내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

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

Avatar

Level 2

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. 

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 10

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-...

 

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 답변 개

Avatar

Community Advisor

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

Avatar

정확한 답변 작성자:
Level 10

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-...

 

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.

Avatar

Administrator

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