You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hey threads 123 --html# Read with raw HTML content
166
+
hey threads <topic_id> --json # Read full email thread
167
+
hey threads <topic_id> --html # Read with raw HTML content
168
168
```
169
169
170
170
**ID note:**`hey box` returns postings with an `id` (posting ID) and a `topic_id` (topic ID). `hey threads` and `hey reply` expect the **topic ID** — use `topic_id` directly. The `app_url` field also contains the topic ID as a fallback (e.g. `https://app.hey.com/topics/123` → `123`).
171
171
172
172
### Email - Reply & Compose
173
173
174
174
```bash
175
-
hey reply 123 -m "Thanks!"# Reply with inline message
176
-
hey reply 123 # Reply via $EDITOR
175
+
hey reply <topic_id> -m "Thanks!"# Reply with inline message
176
+
hey reply <topic_id># Reply via $EDITOR
177
177
hey compose --to user@example.com --subject "Hello"# Compose new (opens $EDITOR)
178
178
hey compose --to user@example.com --subject "Hi" -m "Body"# With inline body
179
179
hey compose --subject "Update" --thread-id 12345 -m "msg"# Post to existing thread
0 commit comments