Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

The 4th edition of the Campaign Community Lens newsletter is out now!

Can we get the path of personalized pdf attached in emails

Avatar

Level 5

Hi Team,

Currently, we have an implementation which is hybrid in nature and we are sending Personalized Pdfs as part of the email attachment. We have a requirement of getting the location of the pdf attached. How can we get this data from the mid-sourcing servers? It will be helpful if the reference path for the same is shared.

with regards,

Richa Chaubey

4 Replies

Avatar

Community Advisor

Hi richac96395021​,

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]) 

Regards,

Venu

Avatar

Level 5

Hi Venu,

Will this command work for ACM Hybrid Installation:-

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

I have checked the path on marketing instance /usr/local/neolane/nl6/var there is no pdf file present.

with regards,

Richa Chaubey

Avatar

Community Advisor

Hi Richa,

Can you check this server path on marketing instance: "/usr/local/neolane/nl6/var/res/<instance_name>/***.pdf"

Regards,

Venu

Avatar

Level 5

Hi Venu,

I have checked the path till '/usr/local/neolane/nl6/var/res/' on marketing server, no folder with the naming convention <instance_name> exists.

with regards,

Richa Chaubey