# How to Notify Roommates When a Package Arrives

> Use a shared room with Package at door, Bring it in, and Collected actions so deliveries do not disappear into chat.

- Published: 2026-08-02
- Author: PingRoom
- Category: How To
- Topics: notify roommates package arrived, package delivery group alert, roommate delivery notification
- Canonical: https://pingroom.io/blog/roommate-package-delivery-alerts
- Cover image: https://pingroom.io/blog/roommate-package-delivery-alerts.webp
- Cover description: A parcel on a dark doorstep emitting a focused red notification ring.

Create one private PingRoom room for household deliveries, then give it actions that describe the package state: **Package at door**, **Please bring it in**, **Collected**, and **Delivery issue**. When someone sees the parcel, one tap alerts every roommate who needs to know.

## Choose actions that close the loop

The useful distinction is between discovery and resolution. **Package at door** says an item is waiting. **Collected** tells everyone the task is finished, preventing three people from checking the same doorstep. If only one person should act, use **Please bring it in** and agree who acknowledges it.

Keep the room separate from the general household room if delivery alerts need a distinctive sound. Members can then recognize the event without reading a long preview.

## Manual or automated

The simplest workflow is manual: the first roommate who notices the delivery taps the relevant action. A delivery service, smart doorbell automation, or home system can also call a PingRoom incoming webhook when it has a trustworthy event. Automation should label the source clearly and avoid repeated alerts from the same sensor event.

Never include tracking links containing private tokens, door codes, or a photo that exposes an address in a lock-screen message. A carrier’s “delivered” event is also not proof that a package is physically secure; use **Collected** as the human confirmation.

This pattern works because it turns an everyday responsibility into a small state machine rather than another conversation. Browse more [roommate and household use cases](/use-cases) or learn how [webhooks turn rooms into infrastructure](/blog/webhooks-turn-rooms-into-infrastructure).
