Insightful
Website: https://app.insightful.io/ API Reference: https://developers.insightful.io/
Configuration
Input | Type | Description | Default Value |
---|---|---|---|
api_token | string | API Token. Your API token for accessing the Insightful API. Generate it by logging in as an Admin to your organization's account, navigating to the API page, and creating a new token. Note that this token will only be shown once, so store it securely. | |
start_date | string | Start date. |
Streams
Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
---|---|---|---|---|
employee | id | DefaultPaginator | ✅ | ✅ |
team | id | DefaultPaginator | ✅ | ❌ |
shared-settings | id | DefaultPaginator | ✅ | ✅ |
projects | id | DefaultPaginator | ✅ | ✅ |
tags | id | DefaultPaginator | ✅ | ✅ |
app-category | id | DefaultPaginator | ✅ | ❌ |
directory | id | DefaultPaginator | ✅ | ✅ |
scheduled-shift-settings | id | DefaultPaginator | ✅ | ✅ |
Reference
Config fields reference
Field
Type
Property name
string
api_token
string
start_date
Changelog
Expand to review
Version | Date | Pull Request | Subject |
---|---|---|---|
0.0.2 | 2025-04-12 | 57687 | Update dependencies |
0.0.1 | 2025-04-09 | 57529 | Initial release by @btkcodedev via Connector Builder |