I built an automation workflow connecting multiple tools to streamline product listing and data handling.
In this setup, I integrated n8n, Make, and Etsy to automate the process of creating listings and uploading product images without manual intervention.
Here’s what’s happening:
• A webhook triggers the workflow in n8n
• Data is sent from n8n to Make via webhook
• Make processes the data and creates a listing on Etsy
• Images are fetched via HTTP and uploaded automatically
• Variables are set and passed across steps
• A webhook response is sent back to n8n to confirm execution
This setup reduces repetitive work and ensures consistency across listings.