How can I send file csv to a delivery email? | Community
Skip to main content
New Participant
February 19, 2021
Solved

How can I send file csv to a delivery email?

  • February 19, 2021
  • 1 reply
  • 1868 views

I use 'Data Extraction' activity to create the csv file but I don't know how to configure the delivery activity (and the template) to attachment of an email and send. 

 

 

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 _Manoj_Kumar_

Hello @ags 

 

You can use the The file name is calculated during delivery analysis (it cannot depend on the recipient). option in the delivery template attachment and give the url from the data extraction activity.

 

For detailed instructions follow this page:

https://experienceleague.adobe.com/docs/campaign-classic/using/sending-messages/sending-emails/attaching-files.html?lang=en#attach-a-calculated-file

1 reply

_Manoj_Kumar_
_Manoj_Kumar_Accepted solution
New Participant
February 21, 2021

Hello @ags 

 

You can use the The file name is calculated during delivery analysis (it cannot depend on the recipient). option in the delivery template attachment and give the url from the data extraction activity.

 

For detailed instructions follow this page:

https://experienceleague.adobe.com/docs/campaign-classic/using/sending-messages/sending-emails/attaching-files.html?lang=en#attach-a-calculated-file

     Manoj     Find me on LinkedIn
akashaj7696
New Participant
February 26, 2021

Hi,

Hi, This can be achieved by using a Delivery activity and in the object modification script write delivery.attachment[0].name=vars.filename. In the delivery go the attachments and choose the option to add a file using calculated attachment and remove the checkbox "Upload file on the server" and then put some random name for Server file and save. Like below-

Thanks,