Autodesk Webhooks not supporting multiple callback filters
I’m trying to create a webhook for the dm.verison.modified
event, but want to filter it down to events that are for file extension .rvt
and the storm:process-state
equal to PROCESSING_COMPLETE
. This way I only receive callback from webhook when a Revit file is done processing on ACC. Ref the blog post that shows how we can track process state of a file using Webhook responses: https://aps.autodesk.com/blog/parse-webhook-response-modified-event-different-file-types.
Autodesk Webhooks not supporting multiple callback filters
I’m trying to create a webhook for the dm.verison.modified
event, but want to filter it down to events that are for file extension .rvt
and the storm:process-state
equal to PROCESSING_COMPLETE
. This way I only receive callback from webhook when a Revit file is done processing on ACC. Ref the blog post that shows how we can track process state of a file using Webhook responses: https://aps.autodesk.com/blog/parse-webhook-response-modified-event-different-file-types.