Jump to a Section

Events

  • New or Updated File

    Start FLO when a new file is uploaded or file is updated

Actions

  • Add Users to Group

    Add list of users to the group

  • Create Group

    Create a group

  • Create User

    Create a new user

  • Delete User

    Delete an existing user using User ID

  • Download File

    Download a file from a specific file path.

    Inputs:

    • Download
      • File Path (text)
        • File Path defaults to root directory “/”
        • All file path targets MUST start with the root directory
        • Example of good file path: /subdirectory1/funny.gif
        • Example of bad file path: subdirectory1/funny.gif

    Outputs:

    • File
      • File Content (file)
      • File Size (number)
  • Read Group

    Read an existing group using Group ID

  • Read User

    Read an existing user using User ID

  • Search Users

    Search for one matching or all matching users based on params

  • Update User

    Update an existing User using User ID

  • Upload File

    Upload a file to a specific file path

    Inputs:

    • Upload
      • File Path (text)
        • File Path defaults to root directory “/”
        • All file path targets MUST start with the root directory
        • Example of good file path: /subdirectory1/funny.gif
        • Example of bad file path: subdirectory1/funny.gif
      • File Content (file)