hey_bubble_up
Schedule an email thread to reappear at a chosen time using the thread's topic ID and a time slot such as 'today' or 'next week'.
Instructions
Schedule an email thread to bubble up (reappear) at a specific time. Returns {success, error?}. Reversible via hey_pop_bubble. Requires the thread's topic_id (use topic_id from any list operation); posting IDs are not accepted and will 404.
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). | |
| slot | Yes | When to bubble up: now (immediately), today (evening), tomorrow (morning), weekend (Saturday), next_week (Monday), surprise_me (random), custom (specific date - requires 'date' parameter) | |
| date | No | Date in YYYY-MM-DD format. Required when slot is 'custom', ignored otherwise. |