Skip to main content
1-Visitor
May 22, 2014
Solved

How to send Event Log files via Email

  • May 22, 2014
  • 6 replies
  • 3700 views

I would like to create a platform Expression Rule that execcutes upon file upload, and attaches the uploaded file to an email and sends it to a designated address. What is the most efficient way to implement this on the platform?

I currently have connected assets uploading event log files (.zip archives).

 

Thanks!

Best answer by robblack

Brenton,

Here are four examples of sending an email using the Axeda Platform: email | Axeda Developer Connection

To set up the Expression Rule for a file upload follow the instructions in File Namespace

I hope this helps. Good luck.

Rob

6 replies

robblack1-VisitorAnswer
1-Visitor
May 23, 2014

Brenton,

Here are four examples of sending an email using the Axeda Platform: email | Axeda Developer Connection

To set up the Expression Rule for a file upload follow the instructions in File Namespace

I hope this helps. Good luck.

Rob

1-Visitor
May 29, 2014

I was able to use the 'File' trigger type, along with If has("log", File.names) to then call a custom action and send a notification upon file upload. It appears to now be working as intended.

Thanks,

Brenton

10-Marble
June 10, 2014

How did you ensure the the Custom Object always sent the right file? Could you pass the fileId from the Expression Rule?

Alan