Skip to content

ACC File Version Created ​

Fires a workflow whenever a new file version is added to a watched folder in Autodesk Construction Cloud.

Purpose ​

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.

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 folder to watch for new file versions. 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 file ID, the new file name, the full path to the file, and the full path to the parent folder.

Tentech