1
0
mirror of synced 2025-12-20 18:39:31 -05:00
Files
airbyte/docs/integrations/sources/huntr.md
2025-01-29 15:13:36 -03:00

32 lines
1.1 KiB
Markdown

# 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 | ✅ | ❌ |
## Changelog
<details>
<summary>Expand to review</summary>
| Version | Date | Subject |
|------------------|------------|----------------|
| 0.1.0 | 2025-01-29 | Add new streams |
| 0.0.1 | 2025-01-15 | Initial release by [@krokrob](https://github.com/krokrob) via Connector Builder|
</details>