This repository has been archived on 2025-03-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coryd.dev-eleventy/src/posts/2018/automating-package-tracking-ios.md

20 lines
1.2 KiB
Markdown

---
date: 2018-01-09
draft: false
title: Automating package tracking on iOS
tags: ['automation', 'iOS']
---
I try to do as much shopping as I can online and a lot of the shopping I end up doing is through Amazon. This means I end up with quite a few order and shipping confirmation emails in my inbox.<!-- excerpt -->
In an effort to cut down on manually managing and tracking all of these, I've begun maintaining a rule to auto-forward all emails I receive with tracking information to Junecloud's web service that backs their Deliveries[^1] app.
In Gmail/Google apps, the rule syntax looks like the following:
```
subject:("SHIPPING EMAIL SUBJECT") OR subject:("SHIPPING EMAIL SUBJECT")
```
Emails matching that rule are then sent to track@junecloud.com and, provided the sending address matches the email associated with your Junecloud account, your packages will be automatically added to the Deliveries app. Now all of my deliveries are automatically tracked where they normally would be, without adding to the clutter in my inbox or my email workload.
[^1]: Deliveries is available on [iOS](https://itunes.apple.com/us/app/deliveries-a-package-tracker/id290986013) and [macOS](https://itunes.apple.com/us/app/deliveries-a-package-tracker/id924726344)