This low-code automation enables all eCommerce store visitors to upload a photo of themselves and virtually “try on” a garment in just a few clicks.
With this workflow, WooCommerce, Prestashop, Shopify and more merchants can offer a cutting-edge “virtual try-on” feature with minimal development effort, enhancing customer engagement and reducing product returns.
Zero-Coding, Visual Setup
Build end-to-end e-commerce features with drag-and-drop nodes instead of custom backend code.
Asynchronous, Scalable Processing
Non-blocking “Wait” + “If” loop handles multi-second AI jobs gracefully, freeing up the workflow for other tasks.
Dynamic Inputs & URLs
Query strings (e.g. ?Product=IMAGE_URL
) allow you to embed the form on any product page and pass the garment image on the fly.
Seamless User Experience
Instant pop-up within your storefront and automatic redirect to the generated mock-up keeps shoppers engaged without page reloads.
Easy Credential Management
API keys, FTP credentials, and webhook IDs are all stored securely in n8n’s credential manager.
Form Submission:
On form submission
node, which collects the input data.Image Upload:
FTP
node. The filename includes a timestamp to ensure uniqueness.Virtual Try-on Request:
Create Image
node sends a POST request to the Fal.run API, providing:
Result Processing:
Get status
node) in a loop (with a 10-second wait between checks) until it is marked as "COMPLETED."Get Url image
node) and displayed to the user via a redirect (Form
node).User Experience:
API Key Setup:
Create Image
node with HTTP Header Authentication:
Authorization
Key YOURAPIKEY
FTP/S3 Configuration:
FTP
node with your FTP credentials and storage path.Ecommerce Integration:
https://URL_N8N/form/ca1c314d-46c6-4eeb-b6a5-359XXXXXX?Product=IMAGE_URL
Testing:
Contact me for consulting and support or add me on Linkedin.