We often have file requests from external users and we currently use email (for non-sensitive files) or go through the process of uploading the file, creating the link, and sending an email with it. This process can be time consuming so we wanted to stream line this process so that it could be as simple as sending an email for our internal users.
We thought perhaps Relay would be the answer, but it does not appear to be able to do what we want.
Our thought process was we set a link up that allows our internal users to upload a file. The upload contains a form with metadata like the recipients email address and a comment (to be included in the body of the message). We were hoping to be able to create a shared link to the file (possibly with a password that we could make part of the form) and to automagically create and send the link to the supplied email address. If the password could be utilized, perhaps send a second email with the password.
It looks like Relay only supports adding collaborators (rather than just creating a shared link) and we have to hard code the email address in the script. It also appears the address needs to be in a list of external collaborators that has already been established.
Is there a way to simplify this process so that our users can quickly and easily share the files needed?
Thanks!