Shopify and DHL Express: Customer Tracking Email Template

A ready-to-build Spojit template that watches DHL Express tracking for recently shipped Shopify orders and emails each customer a branded update whenever their parcel reaches a new status.

What It Builds

A Schedule trigger runs on a fixed interval and pulls Shopify orders shipped in the recent window. For each order, a Connector node queries the DHL Express tracking API in Direct mode, a Condition node checks whether the status changed since last seen, and a Send Email node delivers a personalized tracking update. Customers stay informed without anyone watching the carrier dashboard.

The Prompt

Paste this into Miraxa and it builds the workflow, connecting the tools for you:

Build a workflow that runs every 30 minutes, fetches Shopify orders shipped in the last 3 days, looks up each order's DHL Express tracking status, and when a parcel moves to a new status emails the customer a branded update with their name, order number, current status, and a tracking link.

Connectors Used

  • Schedule trigger - runs the check on a recurring interval.
  • Shopify - lists recently shipped orders and customer details.
  • DHL Express - returns the latest tracking status for each parcel.
  • Send Email - delivers the branded tracking update to the customer.

Customize It

Change the every 30 minutes cadence or the last 3 days shipped window to match your volume, swap the email copy for your brand voice, and adjust which fields appear (carrier ETA, last scan location). To send from your own domain, ask Miraxa to use the resend or smtp connector instead of the built-in mail service.

Tips

  • Keep the DHL Express tracking lookup in Direct mode so each call hits one exact tool with no AI cost.
  • Store the last-notified status per order so customers only hear about real changes, not every poll.
  • Confirm your Shopify connection scope includes read access to orders and fulfillments.

Related

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.