hey_mark_seen
Clear the orange notification dot by marking postings as seen, either individually or the entire Imbox tray in one bulk call.
Instructions
Clear the orange 'New for you' tray dot — mirrors Hey's 'Mark all as seen' UI affordance. Returns {success, error?}. Pass a posting_id to clear just that one item (POST /postings/seen); omit posting_id to clear the entire Imbox tray in one call (POST /boxes/{imboxId}/observation). Reversible per-item via hey_mark_unseen. Use after triaging or skimming a batch to keep the tray tidy without re-marking threads unread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| posting_id | No | Optional. The posting ID (from postingId field on list operations) to clear from the New for you tray. When omitted, the entire Imbox tray is marked seen in a single bulk request. |