Email file attachment
I have a map which generates a text file after pulling data from our CRM.
Is it possible to email this file as an attachment once the map succeeds?
Is it possible to email this file as an attachment once the map succeeds?
Answers
Interesting question!
The answer is: Out of the box, no. There isn’t any kind of provision for emailing attachments in the Email task.
But, if you created an “after map success” task, you could write your own vb/C# code and have it create an email object and then you add the attachment to that email and send it.
The answer is: Out of the box, no. There isn’t any kind of provision for emailing attachments in the Email task.
But, if you created an “after map success” task, you could write your own vb/C# code and have it create an email object and then you add the attachment to that email and send it.
Thanks Patrick, that will do it.