Skip to main content

can we email case wall attachments ?

i have json results , i have converted to csv and added to case wall as an attachment 

now i want to email that attachment 

is it possiible?

There is an action in the integration FileUtilities called "Get Attachment" that should retrieve from the case wall all attachments as a base64, which you can then use to save attachment to disk using the "Save File To Disk" Action. This will return a file path that you can use within the "Send Email" Action.


Yes, you can use below to get the attachment from case call: 



 


Thank you i will try both the solution and reply 


There is an action in the integration FileUtilities called "Get Attachment" that should retrieve from the case wall all attachments as a base64, which you can then use to save attachment to disk using the "Save File To Disk" Action. This will return a file path that you can use within the "Send Email" Action.


where can i find action save file to disk?


where can i find action save file to disk?


The action is in the FileUtilities power up. I highlighted it in the screenshot below:



 


Reply