Skip to main content
robayzma
Level 3
November 9, 2020
해결됨

Get the delivery information in a workflow

  • November 9, 2020
  • 5 답변들
  • 1876 조회

Hi,

 

I am facing an issue where I want to extract the subject line of an email sent in a workflow. Is there anyway to do this? 
I have been thinking in the lines of extending the delivery log with information about the targetID and somehow using this to get the subject line that was used for the sendout. 

 

-Robert

 

이 주제는 답변이 닫혔습니다.
최고의 답변: bisswang

Unfortunately the subject line is not accessible via a workflow in ACS.

You could add a custom attribute to delivery and let the users copy the subject there, though no nice solution.

5 답변

bisswangAdobe Employee답변
Adobe Employee
November 9, 2020

Unfortunately the subject line is not accessible via a workflow in ACS.

You could add a custom attribute to delivery and let the users copy the subject there, though no nice solution.

robayzma
robayzma작성자
Level 3
November 11, 2020
What about any kind of meta data information regarding the email sent to the target recipient, that can be used to extract all this information from say an API call?