Quick Overview
This workflow receives VNTANA asset-published webhook events, filters for products tagged “Figurement,” downloads the published GLB model from VNTANA, and uploads it to Figurement via its scene import API for material editing and review.
How it works
- Receives a POST webhook from VNTANA when an asset is published.
- Checks whether the published product’s tags contain the value “Figurement,” and stops if it does not.
- Extracts the product UUID, client UUID, organization UUID, and GLB blob ID from the webhook payload.
- Downloads the GLB model file from VNTANA using the product and client identifiers.
- Uploads the GLB to Figurement with a multipart/form-data request to the scene import endpoint.
Setup
- Configure VNTANA to send asset publish events to this workflow’s production webhook URL.
- Add VNTANA API credentials for the VNTANA community node so the workflow can download models.
- Add an HTTP Header Auth credential for Figurement (Authorization: Bearer <FIGUREMENT_API_KEY>) and assign it to the import request.
- Ensure the assets you want routed are tagged with “Figurement” in VNTANA (or update the tag value in the filter to match your tag).