hey_bubble_up_if_no_reply
Schedule an email thread to automatically resurface only if no reply is received by a specified deadline date. Prevents forgotten follow-ups.
Instructions
Schedule an email thread to bubble up ONLY if there's no reply by a deadline date. Returns {success, error?}. The thread only reappears if no reply arrives. Reversible via hey_pop_bubble. Requires the thread's topic_id (use topic_id from any list operation); posting IDs are not accepted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic_id | Yes | The topic ID (thread ID) to schedule. Use the `topicId` field from hey_list_* responses (NOT `postingId` — that's a different ID and will 404). | |
| date | Yes | Deadline date in YYYY-MM-DD format. The email will bubble up only if no reply is received by this date. |