We are implementing a one-way synchronization between SharePoint and our Document Management System (DMS). The goal is to ensure that any changes in files (Created, Updated, Moved) or folders (Created, Updated) in SharePoint are reflected in our DMS by calling the respective APIs.
We used "New/updated file in folder hierarchy" trigger available in Workato's SharePoint connector to monitor changes in files and folders within the specified document library. but this doesn't work with the changes made for 'empty folders' and 'moved files' from folder to another, it only works when a file is update or created.
In the best way we would go for only 1 recipe (file&folder sync)...what would be the best approach for triggering the recipe ?