Search K
Appearance
Appearance
Fires a workflow whenever a new file version is added to a watched folder in Autodesk Construction Cloud.
Use this trigger when you need to react automatically to file uploads or new versions appearing in a specific ACC project folder. It registers an ACC webhook and waits for the dmVersionAdded event, then resolves the file and its parent folder details before passing them downstream. This is the standard entry point for workflows that process, validate, or distribute newly uploaded construction documents.
| 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 folder to watch for new file versions. 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 file ID, the new file name, the full path to the file, and the full path to the parent folder. |