Send Email Shipping Updates When Etsy Orders Are Fulfilled

The moment a Etsy order is marked fulfilled, this sends the customer a Email message with their tracking number and link — cutting "where's my order?" tickets and delighting buyers.

difficulty Beginnersetup 25 minresult Customers get an instant Email shipping notification with tracking as soon as their Etsy order ships.
  1. 1

    Step 1 — Trigger on fulfillment

    Add the Etsy trigger for Order Fulfilled, which carries the tracking number and carrier.

  2. 2

    Step 2 — Build the message

    Add a Set node with a friendly note plus {{ $json.tracking_number }} and the carrier's tracking URL.

  3. 3

    Step 3 — Notify via Email

    Add an Email Send (SMTP) node. Set the recipient, a clear subject, and build the body from the tracking number and link. Add your SMTP credentials (or use Gmail).

Frequently asked questions

Doesn't Etsy already email tracking?

Sometimes — but this lets you use Email specifically, customise the copy, and reach customers where they actually read, which many default emails miss.

Can I include delivery estimates?

If the carrier API returns an ETA, add a call in Step 2 to include the estimated delivery date in the message.

About this recipe. Recipes on FlowRecipesHub are written for business owners, not developers, and are tested before publishing — how recipes get made. Some ingredient links are affiliate links that cost you nothing — full disclosure.