hey_thread_mute
Mute or unmute a thread in Hey.com to stop or resume notifications. The thread stays in its current view; it is not moved or deleted.
Instructions
Mute or unmute a thread (called 'Ignore' in Hey.com's UI). Muting stops notifications for the thread but keeps it in its current view — the thread is not moved or deleted. Returns {success, error?}. Reversible by calling with the opposite action. To check if a thread is currently muted, use hey_read_email — the response includes a 'muted' field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| posting_id | Yes | The posting ID of the thread (use postingId from list operations) | |
| action | Yes | mute to stop notifications, unmute to resume them |