hey_add_to_collection
Add an email thread to a collection by providing the thread ID and collection ID. Idempotent operation returns success or error.
Instructions
Add an email thread to a collection. Idempotent — no error if already present. Returns {success, error?}. Use hey_list_collections to find collection IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic_id | Yes | The topic/thread ID to add to the collection | |
| collection_id | Yes | The collection ID (use hey_list_collections to see available collections) |