hey_pop_bubble
Pop a bubbled email thread to send it back to the Imbox without deletion. Requires the thread's topic ID.
Instructions
Pop (dismiss) a bubbled-up email thread so it sinks back into the Imbox. The thread is not deleted — it just stops being pinned at the top. Returns {success, error?}. 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 pop/unbubble. Use the `topicId` field from hey_list_* responses (NOT `postingId` — that's a different ID and will 404). |