Molt
A five-agent pipeline that clears out promotional inbox clutter. It scans Gmail's Promotions tab, dedupes senders by domain, and automatically processes unsubscribe requests across dozens of senders — flagging anything that needs a manual click, like a mailto-based opt-out, instead of guessing. A summary lands in Notion when it's done.
- 1Scout — searches Gmail's promotions category for recent emails
- 2Reader — deduplicates results by sender domain
- 3Extractor — reads each email and pulls the unsubscribe mechanism (link or mailto address)
- 4Firer — sends the unsubscribe request automatically for link-based senders, flags mailto-based ones as needing manual action
- 5Logger — writes a summary report to Notion (counts and a per-sender table)