Skip to content

ACC Folder Created ​

Fires a workflow whenever a new folder is created inside a watched location in Autodesk Construction Cloud.

Purpose ​

Use this trigger when a workflow should respond to folder creation events in ACC, such as provisioning permissions, notifying team members, or mirroring the folder structure in another system. It registers an ACC webhook for the dmFolderAdded event and resolves the new folder's full path and metadata before continuing execution. This is useful for enforcing folder-naming conventions or triggering onboarding steps when a new project area is established.

Inputs ​

FieldTypeRequiredDescription
Hub NameTextYesThe name of the ACC hub containing the target project. Found in the ACC web app under accounts.
Project NameTextYesThe name of the project to monitor. Found in the ACC web app under projects.
Folder IdentifierTextYesThe parent folder to watch for newly created sub-folders. Accepts the full folder path (e.g. Project Files/PROJ001/DRAWINGS) or the folder URN.

Outputs ​

NameDescription
Hub NameThe hub name supplied in the trigger configuration.
Project NameThe project name supplied in the trigger configuration.
Hook DataAn object containing details about the event: the project ID, the creator ID, the parent folder ID, the new folder ID, the new folder name, the full path to the new folder, and the full path to the parent folder.

Tentech