Help Scout
Connector for Help Scout Inbox API 2.0: https://developer.helpscout.com/mailbox-api/ Auth Overview: https://developer.helpscout.com/mailbox-api/overview/authentication/
Configuration
| Input | Type | Description | Default Value | 
|---|---|---|---|
| client_id | string | Application ID. | |
| client_secret | string | Application Secret. | |
| start_date | string | Start date. | 
Streams
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental | 
|---|---|---|---|---|
| conversations | id | DefaultPaginator | ✅ | ✅ | 
| conversation_threads | id | DefaultPaginator | ✅ | ✅ | 
| customers | id | DefaultPaginator | ✅ | ✅ | 
| inboxes | id | DefaultPaginator | ✅ | ❌ | 
| inbox_custom_fields | id | DefaultPaginator | ✅ | ❌ | 
| inbox_folders | id | DefaultPaginator | ✅ | ❌ | 
| users | id | DefaultPaginator | ✅ | ❌ | 
| workflows | id | DefaultPaginator | ✅ | ❌ | 
| tags | id | DefaultPaginator | ✅ | ❌ | 
| teams | id | DefaultPaginator | ✅ | ❌ | 
| team_members | id | DefaultPaginator | ✅ | ❌ | 
Reference
Config fields reference
Field
Type
Property name
Application ID
required
string
client_id
Application Secret
required
string
client_secret
string
start_date
Changelog
Expand to review
| Version | Date | Pull Request | Subject | 
|---|---|---|---|
| 0.0.7 | 2025-03-08 | 55474 | Update dependencies | 
| 0.0.6 | 2025-03-01 | 54798 | Update dependencies | 
| 0.0.5 | 2025-02-22 | 54330 | Update dependencies | 
| 0.0.4 | 2025-02-15 | 53833 | Update dependencies | 
| 0.0.3 | 2025-02-08 | 53281 | Update dependencies | 
| 0.0.2 | 2025-02-01 | 52784 | Update dependencies | 
| 0.0.1 | 2025-01-28 | 52614 | Initial release by @pabloescoder via Connector Builder |