Tag (2)
- Field Report // NO. 023
Shipment tracking from forwarded emails
Carrier tracking pages work for humans and fight servers. I forward shipping emails to my agent; one silent hourly cron polls a registry until a parcel is delivered, pings me once, and files the pickup task. The reproducible pattern, including the carriers that cannot be polled and the nudge that covers them.
- Field Report // NO. 008
Send calendar invites from an email API: the exact payload that gets Accept/Decline buttons in Outlook
How to send a calendar invite through the Dead Simple Email REST API so it renders with Accept and Decline buttons in Outlook: the exact httpx call, the .ics payload, and the two knobs that decide whether the buttons appear.