I built two n8n workflows. The first listens to the Webflow store for new custom-video orders. When an order lands, the workflow emails the creator with the order details and a Google Drive folder link to upload into. The creator records the video and uploads it to that folder, naming the file with the customer's email address. The second n8n workflow watches the Google Drive folder. When a new file lands, it reads the filename, pulls the customer email, and sends the video to that customer to fulfill the order.