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 | ✅ | ❌ |
IP allow list
If you use Airbyte Cloud and your organization restricts access to specific IPs, add the Airbyte Cloud IP addresses to your allow list.
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 |