Modifying the Folder Action

How do I modify the supplied folder action that imports files to DT to import them to the folder chosen for new notes in the preferences, rather than to the root folder?

Just replace…


tell application "DEVONthink Pro" to import thePath

…with…


tell application "DEVONthink Pro" to import thePath to incoming group

Thank you!