---
title: "Track all my packages and ping me on delivery or delays"
description: "Watch my Gmail for shipping confirmations, track every package across FedEx, UPS, DHL, and USPS, and DM me on Telegram when something's out for delivery or delayed."
canonical: "https://hub.ironclaw.com/usecases/track-all-my-packages-and-ping-me-on-delivery-or-delays"
markdown: "https://hub.ironclaw.com/usecases/track-all-my-packages-and-ping-me-on-delivery-or-delays.md"
type: "use-case"
categories: ["Personal assistant","Files / knowledge","Automation"]
author: "halfblood"
---

# Track all my packages and ping me on delivery or delays

## Example Prompt

> Watch my Gmail for shipping confirmations, track every package across FedEx, UPS, DHL, and USPS, and DM me on Telegram when something's out for delivery or delayed.

## What the Agent Does

Occasionally Scans the user's inbox for order and shipping confirmation emails, extracting tracking numbers along with the carrier and item description. For each tracking number, it queries the relevant carrier's tracking endpoint on a schedule (e.g. every 2 hours) and maintains a live dashboard of all in-flight shipments with status, ETA, and last-known location. When a package transitions to "out for delivery," gets stuck in one location past a threshold, or is flagged as delayed/exception, the agent fires an alert to the user's chosen channel (Telegram, etc).

## Skills and Tools

- Gmail Connection (MCP)
- Carrier tracking skill
- Tracking number parser skill (LLM extraction from email bodies)
- Corn Job to make it as an automation
- Telegram / Signal / Slack MCP for alert delivery
- Lightweight dashboard skill (renders the current shipment table as a web view or Notion page)

## Categories

- Personal assistant
- Files / knowledge
- Automation

## Links

- [HTML page](https://hub.ironclaw.com/usecases/track-all-my-packages-and-ping-me-on-delivery-or-delays)

