Get transactional message delivery log via API | Community
Skip to main content
Level 2
April 29, 2025
Solved

Get transactional message delivery log via API

  • April 29, 2025
  • 1 reply
  • 1241 views

Hi, 

 

I want to fetch transactional message delivery log via API using GET option, but I can't able to find the target URL to use. Could anyone please let me know the URL to fetch.

Best answer by SatheeskannaK

@dharsanprakash Have a look at this documentation on ACS transactional API capabilities.

https://experienceleague.adobe.com/en/docs/campaign-standard/using/working-with-apis/managing-transactional-messages#transactional-event-status

There's no specific endpoint to pull the entire delivery log for transactional sends rather you will have to setup a workflow to pull the transactional delivery log and export it to flat file storage.

1 reply

SatheeskannaK
Community Advisor
SatheeskannaKCommunity AdvisorAccepted solution
Community Advisor
April 29, 2025

@dharsanprakash Have a look at this documentation on ACS transactional API capabilities.

https://experienceleague.adobe.com/en/docs/campaign-standard/using/working-with-apis/managing-transactional-messages#transactional-event-status

There's no specific endpoint to pull the entire delivery log for transactional sends rather you will have to setup a workflow to pull the transactional delivery log and export it to flat file storage.

Thanks, Sathees
Level 2
April 30, 2025

Got it, Thanks @satheeskannak.