Huntr
A connector for the Huntr application
Configuration
| Input | Type | Description | Default Value | 
|---|---|---|---|
| api_key | string | API Key. | 
Streams
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental | 
|---|---|---|---|---|
| members | id | DefaultPaginator | ✅ | ❌ | 
| organization_invitations | id | DefaultPaginator | ✅ | ❌ | 
| member_fields | id | DefaultPaginator | ✅ | ❌ | 
| activities | id | DefaultPaginator | ✅ | ❌ | 
| notes | id | DefaultPaginator | ✅ | ❌ | 
| actions | id | DefaultPaginator | ✅ | ❌ | 
| candidates | id | DefaultPaginator | ✅ | ❌ | 
Reference
Config fields reference
Field
Type
Property name
API Key
required
string
api_key
Changelog
Expand to review
| Version | Date | Subject | 
|---|---|---|
| 0.1.0 | 2025-01-29 | Add new streams | 
| 0.0.1 | 2025-01-15 | Initial release by @krokrob via Connector Builder |