Quick Overview
This workflow listens for VNTANA asset publish events, fetches the published asset’s details and first render, and posts a rich notification to Slack with tags, polygon count, and a direct link back to the asset in VNTANA.
How it works
- Receives a webhook request from VNTANA when an asset is published.
- Fetches full asset/product details from VNTANA, including tags and metadata.
- Downloads the asset’s renders from VNTANA and keeps only the first render for preview.
- Builds a Slack-ready message payload including the asset name, tags, polygon count (if available), and a direct VNTANA URL.
- Posts the formatted notification to a Slack channel.
- Uploads the render image to Slack as a file reply in the same message thread.
Setup
- Install the VNTANA community node, create VNTANA API credentials, and set your VNTANA Workspace UUID in the VNTANA nodes.
- Add a Slack credential and set the destination channel for the Slack message and file upload.
- Register a VNTANA webhook subscribed to
asset.published and paste the n8n webhook URL into VNTANA.
- Update
ORG_SLUG and WORKSPACE_SLUG in the code step so the workflow can build the correct VNTANA asset link.