How To: Create a File Uploaded Event

How To: Create a File Uploaded Event

Question

Can I create an automation that triggers once a file is uploaded into Titan SFTP Server?


Reasoning

As an admin, I would like to be able to create automations that perhaps can send email notifications or process the incoming files once uploaded.


Answer

In Titan SFTP Server, you have an event available to trigger when a file is uploaded to Titan by a user.


Steps

  1. Navigate to the Events section in the admin page and click on the + icon.
  2. Click on add event button.

Interfaz de usuario gráfica, Aplicación, TeamsDescripción generada automáticamente

  1. Expand File Events and select “Upload/Write successful and click Okay.

Interfaz de usuario gráfica, AplicaciónDescripción generada automáticamente


NOTE: To Ensure we avoid any issues with post processing actions/workflows locking the file and causing an issue with the file transfer, always select “Upload/Write Successful” so the event waits until we get confirmation the file has been uploaded completely before proceeding with the next steps.

  1. Add conditions if needed.
  2. Click on Add Action.
  3. Select an action which will occur once a file has been uploaded to Titan SFTP Server and click Okay

Interfaz de usuario gráfica, AplicaciónDescripción generada automáticamente

  1. Click on Next.
  2. Give the event a name and ensure it is enabled and click on Next.

Interfaz de usuario gráfica, Texto, Aplicación, Correo electrónicoDescripción generada automáticamente

  1. Click on Create.

Interfaz de usuario gráfica, Texto, AplicaciónDescripción generada automáticamente


    • Related Articles

    • How To: Push/Upload a file with an event

      Question How can I push/upload a file with an event? Reasoning We could have a business process that requires files to be pushed to a remote server. This would consume time from the admin to manually push files and also be vulnerable to user error. ...
    • How To: Move Files with an event

      Question How do move a file with an event? Reasoning When files are uploaded, there may be a requirement to copy or move those files to another internal location for other internal automations to process that file, or you may want to just archive the ...
    • How To: Launch a Script with an Event

      Question Is it possible to have Titan SFTP Server launch a custom script from an event? Reasoning I have several actions needed to be performed which Titan does not have a native action for, therefore, I have written a script which will perform all ...
    • How To: Exclude File Types in Titan SFTP Server

      Question Can I restrict certain file types from being uploaded to Titan SFTP Server? Reasoning To protect your server and data in Titan, you want to restrict potentially harmful file types from being allowed to be uploaded to Titan. Answer You can ...
    • How To: Ban File Types in Titan Nextgen

      Related To Titan Nextgen Builds 1.x Question How do I ban file types in Titan Nextgen. Reasoning I would like to be able to put a restriction in place whereas we can ban the file types that can be uploaded to Titan Nextgen for security reasons. ...