Once a day we get a file (csv) with a list of activities. We need to parse that file, match it with existing entities and then add an activity to that entity with information from the external file. I could write an exe program that takes in this file
and manually run it once a day. Is there some other mechanism this could be automated with? I am thinking of some workflow that is executed when it received an email with the file as an attachment and then processes this. This would require a plugin with a
custom step that can be called in the workflow (assuming it can access the attachment which I assume it can). Would this work or what other alternatives are there?