Operation

Actions for Boomi are done using operations. The Files.com Boomi connector has several operations to automate common tasks.

The actions are organized by the high level Action and specific Object that the action operates on.

Copy Operations

These operations copy an object.

ObjectDescriptionParameters
FileCopy a File
  • destination
  • path
FolderCopy a Folder
  • destination
  • path

Create Operations

These operations create an object.

ObjectDescriptionParameters
FolderCreate a Folder
  • path
GroupCreate a Group
  • admin_ids
  • name
  • notes
  • user_ids
ShareLinkCreate a ShareLink
  • description
  • expires_at
  • max_uses
  • note
  • password
  • paths
  • permissions
  • require_registration
ShareLinkNotificationCreate a ShareLinkNotification
  • bundle_id
  • notify_user_id
ShareLinkRecipientCreate a ShareLinkRecipient
  • bundle_id
  • company
  • name
  • note
  • recipient
UserCreate a User
  • authentication_method
  • company
  • email
  • group_ids
  • name
  • notes
  • password
  • require_password_change
  • user_home
  • user_root
  • username

Delete Operations

These operations delete an object.

ObjectDescriptionParameters
FileDelete a File
  • path
FolderDelete a Folder
  • path
GroupDelete a Group
  • id
ShareLinkDelete a ShareLink
  • id
ShareLinkNotificationDelete a ShareLinkNotification
  • id
UserDelete a User
  • id

Download Operations

These operations download an object.

ObjectDescriptionParameters
FileDownload a File
  • path

List Operations

These operations list an object.

ObjectDescriptionParameters
FolderList a Folder
  • path
GroupsList a Groups
    ShareLinkDownloadsList a ShareLinkDownloads
    • bundle_id
    ShareLinkNotificationsList a ShareLinkNotifications
      ShareLinkRecipientsList a ShareLinkRecipients
      • bundle_id
      ShareLinkRegistrationsList a ShareLinkRegistrations
      • bundle_id
      ShareLinksList a ShareLinks
        UsersList a Users

          Move Operations

          These operations move an object.

          ObjectDescriptionParameters
          FileMove a File
          • destination
          • path
          FolderMove a Folder
          • destination
          • path

          Show Operations

          These operations show an object.

          ObjectDescriptionParameters
          FileDetailsShow a FileDetails
          • path
          FolderDetailsShow a FolderDetails
          • path
          GroupDetailsShow a GroupDetails
          • id
          ShareLinkDetailsShow a ShareLinkDetails
          • id
          ShareLinkNotificationDetailsShow a ShareLinkNotificationDetails
          • id
          UserDetailsShow a UserDetails
          • id

          Update Operations

          These operations update an object.

          ObjectDescriptionParameters
          GroupUpdate a Group
          • admin_ids
          • id
          • name
          • notes
          • user_ids
          ShareLinkUpdate a ShareLink
          • expires_at
          • id
          • permissions
          ShareLinkNotificationUpdate a ShareLinkNotification
          • id
          • notify_on_registration
          • notify_on_upload
          UserUpdate a User
          • authentication_method
          • company
          • email
          • group_ids
          • id
          • name
          • notes
          • password
          • require_password_change
          • user_home
          • user_root
          • username

          Upload Operations

          These operations upload an object.

          ObjectDescriptionParameters
          FileUpload a File
          • path