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.15 | 2025-05-10 | 59823 | Update dependencies |
| 0.0.14 | 2025-05-03 | 59228 | Update dependencies |
| 0.0.13 | 2025-04-26 | 58797 | Update dependencies |
| 0.0.12 | 2025-04-19 | 58214 | Update dependencies |
| 0.0.11 | 2025-04-12 | 57681 | Update dependencies |
| 0.0.10 | 2025-04-05 | 57031 | Update dependencies |
| 0.0.9 | 2025-03-29 | 56669 | Update dependencies |
| 0.0.8 | 2025-03-22 | 56000 | Update dependencies |
| 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 |