MakeBox AI
← Back to Blog
AutomationApril 10, 20268 min read

Make.com + Etsy: My Full Automation Setup (And What It Saves Me)

make.com etsy automationautomate etsy listingsetsy make.com tutorialetsy automation 2026make.com google drive etsy

I used to spend 45 minutes per Etsy listing. Now I spend 3. Here's the exact Make.com scenarios I run — listing creation, order sync, Instagram posting, and bulk SEO updates — with the real cost and time savings.

When I had twenty listings, manual was fine. When I hit two hundred, manual was killing me. A single listing — photos, title, description, tags, pricing, sections, attributes — took 45 minutes if I was careful. Doing ten in a weekend meant the whole weekend was gone.

I built my way out of this with Make.com. What follows is my actual setup, scenario by scenario, with the real numbers.

Scenario 1: Listing creation pipeline

This is the one that matters most. The core idea: drop photos into a Google Drive folder, and an Etsy draft appears with everything filled in.

The flow:

  • 1.Trigger — new folder created in Google Drive (one folder per product)
  • 2.Read — all images from that folder, plus a metadata.txt file I drop in with keywords and category
  • 3.OpenAI module — generates title, 13 tags, and a full description based on the images (GPT-4o with vision) and the keyword hints
  • 4.Etsy API — creates a draft listing with the generated content and uploads the photos
  • 5.Slack notification — pings me when the draft is ready to review
  • What Make.com actually does here is stitch together five APIs I'd otherwise copy-paste between. OpenAI's vision model is surprisingly good at naming a product from photos — I feed it my keyword preferences and it respects the Etsy title format.

    Real time: 3 minutes of my time per listing, of which most is just reviewing and hitting publish. From 45 to 3 is the biggest single productivity win in my shop.

    Cost: about $0.04 per listing in API calls. I publish 40 listings a month. $1.60/month in OpenAI, plus Make.com's $9 starter plan.

    Scenario 2: Order sync to Google Sheets

    Etsy's native reporting is bad for tax season. I sync every new order to a Google Sheet that tracks revenue, fees, shipping, COGS, and profit per sale.

    The flow:

  • 1.Etsy webhook — new order received
  • 2.Data parsing — extract line items, variations, shipping cost, Etsy fees
  • 3.Google Sheets — append a row with full breakdown
  • 4.Conditional — if buyer is international, also add to customs spreadsheet
  • This runs in the background. I never touch it. End of year I export the sheet and my accountant does taxes in half the time.

    Scenario 3: Instagram auto-post

    When a listing goes live, I want it on Instagram within the hour. I don't want to manually resize images, write captions, and schedule.

    The flow:

  • 1.Trigger — Etsy listing status changes to Active
  • 2.Image processing — pull the main photo, resize to 1080×1080
  • 3.OpenAI — generate a caption based on the listing title and description, with hashtags
  • 4.Buffer — schedule the post for the next available slot in my queue
  • I review captions in Buffer before they go live. I won't give the AI the publish button. But the writing and scheduling is done.

    Scenario 4: Bulk SEO update

    This one I only run when I'm doing a big optimization push. I've got 200+ listings. Updating titles and tags by hand was eating a full weekend every quarter.

    The flow:

  • 1.Google Sheet — master table of all my listings, with columns for current title, current tags, and proposed new versions
  • 2.Manual step — I fill in the proposed column for listings I want to update (or run an OpenAI pass to suggest)
  • 3.Make.com scenario — reads the sheet, for each row where proposed differs from current, calls the Etsy API to update the listing
  • 4.Logging — writes the result back to the sheet so I can see what went through
  • This one's the most powerful because it turns a weekend of tedium into a 20-minute review session followed by an automated batch run.

    What the full stack costs me

  • Make.com Core plan — $9/mo for 10K operations (I use about 3K)
  • OpenAI API — $5/mo on average across all scenarios
  • Buffer Essentials — $6/mo for Instagram scheduling
  • Total — $20/mo
  • The time it saves is something like 25–30 hours a month. At any realistic hourly rate, this is the highest-ROI subscription stack in my business.

    What I learned the hard way

    A few lessons I paid for:

  • Test every scenario with one item first. I once ran the bulk update on 200 listings and the proposed column had a typo. Rolling that back was miserable.
  • Always keep a snapshot of listings before any bulk change. Make.com's Etsy module can read current state — I dump it to a backup sheet before I do anything destructive.
  • Rate limits are real. Etsy's API caps are easy to hit on bulk operations. I added wait modules (2s between requests) and never had issues again.
  • Don't chain too many OpenAI calls. Each one adds latency and cost. I batch wherever possible.
  • Who this works for

    If you have fewer than 50 listings, this is probably overkill. Manual is fine. The setup time won't pay back.

    If you have 100+ active listings, or you publish more than 10 new listings a month, this stack pays for itself in the first week.

    If you're curious about the exact scenarios I use, including the OpenAI prompts and Make.com blueprints, I packaged them here: Etsy automation. That page has the working versions I actually run, not toy examples.

    The core insight isn't the tool. It's that most of what we think is "creative work" on Etsy — writing titles, generating captions, filing orders — is actually pattern work. Pattern work belongs in a pipeline. Save your creative hours for product design and photography, where they actually move the needle.

    Want to talk through your setup?

    Book a free call and I'll walk through what would actually move the needle for your shop or business.