Help Scout organizes support around mailboxes and conversations. cStar maps these to tickets with full thread history.
Export from Help Scout
- Reports > Export -- CSV of conversation metadata
- Mailbox API -- Full conversation data with threads (JSON). This is the recommended approach because API export includes thread content that CSV exports miss.
Field Mappings
| Help Scout | cStar |
|---|---|
| subject | Title |
| preview / first thread | Description |
| status | Status (translated) |
| mailboxId | Source reference |
| assignee | Assigned Agent |
| tags | Tags |
| customer.email | Customer email |
| threads | Message history |
Thread Import
Each thread entry becomes a message:
bodyas content (HTML sanitized)typeof "customer" becomes a customer message; other types become agent messagescreatedByas sendercreatedAtas timestamp
Status Translation
| Help Scout | cStar |
|---|---|
| active | Open |
| pending | Pending |
| closed | Resolved |
| spam | Closed |
Note on Knowledge Base
Help Scout doesn't export knowledge base articles through its standard export. Use their Docs API to get article content, then import that separately.
Upload your exports at Settings > Team > Import.