Search K
Appearance
Appearance
Fires a workflow whenever a new folder is created inside a watched location in Autodesk Construction Cloud.
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.
| Field | Type | Required | Description |
|---|---|---|---|
| Hub Name | Text | Yes | The name of the ACC hub containing the target project. Found in the ACC web app under accounts. |
| Project Name | Text | Yes | The name of the project to monitor. Found in the ACC web app under projects. |
| Folder Identifier | Text | Yes | The parent folder to watch for newly created sub-folders. Accepts the full folder path (e.g. Project Files/PROJ001/DRAWINGS) or the folder URN. |
| Name | Description |
|---|---|
| Hub Name | The hub name supplied in the trigger configuration. |
| Project Name | The project name supplied in the trigger configuration. |
| Hook Data | An 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. |