Attachement URL or directory | Community
Skip to main content
Level 3
April 16, 2019
Solved

Attachement URL or directory

  • April 16, 2019
  • 2 replies
  • 2679 views

Hi Geeks,

Where are Dynamic Email Attachment(which converts odt to pdf) are stored in adobe campaign.
Is there a way to access them after they are sent out.

Regards.
A noob.

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 Jonathon_wodnicki

Hi,

Assuming Linux, run this in a js activity in a workflow, then check audit log:

logInfo(execCommand("find /usr/local/neolane/nl6/var -name '*.pdf'")[1])

Thanks,

-Jon

2 replies

Jonathon_wodnicki
Community Advisor
Jonathon_wodnickiCommunity AdvisorAccepted solution
Community Advisor
April 17, 2019

Hi,

Assuming Linux, run this in a js activity in a workflow, then check audit log:

logInfo(execCommand("find /usr/local/neolane/nl6/var -name '*.pdf'")[1])

Thanks,

-Jon

Level 3
April 18, 2019

It seems i dont have access to view that file.
I tried to view that file by sending as an attachment in email.
How else can i preview it?

Thanks.