*`mailboxMailDelivered`: Emitted when mail delivery notifications are sent by the user. Data is an array of the mailbox numbers notifications are being sent for.
tag: "abcxyz123456", // Unique ID for the package, also found in the shelf label barcode.
tracking: "94001...", // Package tracking number. May be an empty string for items without tracking.
carrier: "FedEx", // Package carrier name, if detectable from the tracking number. Otherwise an empty string.
mailbox: "123", // Mailbox number. Will be "HAL" for Hold At Location packages.
isHAL: false, // True if package is for Hold At Location.
recipient: "", // Hold At Location recipient name, or empty string if not HAL.
toLocker: "5", // Parcel locker number, or false if not going to a parcel locker.
shelfLabelPrinted: true // Indicates if a shelf label was printed for this package. Will be false if going to a locker, if the user requested no label, or if the label failed to print.