Planhat
This source can sync data for the general Planhat API.
This Source is capable of syncing the following core Streams:
- companies
 - conversations
 - custom_fields
 - endusers
 - invoices
 - issues
 - licenses
 - nps
 - opportunities
 - objectives
 - sales
 - tasks
 - tickets
 - users
 
Configuration
| Input | Type | Description | Default Value | 
|---|---|---|---|
api_token | string | API Token. Your Planhat API Access Token | 
Streams
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental | 
|---|---|---|---|---|
assets | _id | DefaultPaginator | ✅ | ❌ | 
churn | _id | DefaultPaginator | ✅ | ❌ | 
companies | _id | DefaultPaginator | ✅ | ❌ | 
conversations | _id | DefaultPaginator | ✅ | ❌ | 
custom_fields | _id | DefaultPaginator | ✅ | ❌ | 
endusers | _id | DefaultPaginator | ✅ | ❌ | 
invoices | _id | DefaultPaginator | ✅ | ❌ | 
issues | _id | DefaultPaginator | ✅ | ❌ | 
licenses | _id | DefaultPaginator | ✅ | ❌ | 
nps | _id | DefaultPaginator | ✅ | ❌ | 
workflows | _id | DefaultPaginator | ✅ | ❌ | 
opportunities | _id | DefaultPaginator | ✅ | ❌ | 
objectives | _id | DefaultPaginator | ✅ | ❌ | 
sales | _id | DefaultPaginator | ✅ | ❌ | 
tasks | _id | DefaultPaginator | ✅ | ❌ | 
tickets | _id | DefaultPaginator | ✅ | ❌ | 
users | _id | DefaultPaginator | ✅ | ❌ | 
Reference
Config fields reference
Field
Type
Property name
string
api_token
Changelog
Expand to review
| Version | Date | Pull Request | Subject | 
|---|---|---|---|
| 0.0.13 | 2025-02-01 | 52496 | Update dependencies | 
| 0.0.12 | 2025-01-18 | 51857 | Update dependencies | 
| 0.0.11 | 2025-01-11 | 51345 | Update dependencies | 
| 0.0.10 | 2024-12-28 | 50675 | Update dependencies | 
| 0.0.9 | 2024-12-21 | 50270 | Update dependencies | 
| 0.0.8 | 2024-12-14 | 49672 | Update dependencies | 
| 0.0.7 | 2024-12-12 | 49347 | Update dependencies | 
| 0.0.6 | 2024-12-11 | 49102 | Starting with this version, the Docker image is now rootless. Please note that this and future versions will not be compatible with Airbyte versions earlier than 0.64 | 
| 0.0.5 | 2024-11-04 | 48157 | Update dependencies | 
| 0.0.4 | 2024-10-29 | 47778 | Update dependencies | 
| 0.0.3 | 2024-10-28 | 47625 | Update dependencies | 
| 0.0.2 | 2024-09-30 | 46271 | Documentation update | 
| 0.0.1 | 2024-08-22 | Initial release by natikgadzhi via Connector Builder |