1
0
mirror of synced 2025-12-20 18:39:31 -05:00
Files
airbyte/docs/integrations/sources/high-level.md
octavia-bot-hoard[bot] 217cd6548e 🐙 source-high-level: run up-to-date pipeline [2025-11-25] (#70036)
Co-authored-by: octavia-bot-hoard[bot] <230633153+octavia-bot-hoard[bot]@users.noreply.github.com>
2025-11-24 22:19:33 -08:00

78 lines
5.6 KiB
Markdown

# High Level
Proxy connector for [Go High Level](https://gohighlevel.com) (Lead Connector). Requires a paid subscription to the proxy service.
## Configuration
| Input | Type | Description | Default Value |
|-------|------|-------------|---------------|
| `location_id` | `string` | Location ID. | |
| `api_key` | `string` | API Key. | |
| `start_date` | `string` | Start date. | |
## Streams
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
|-------------|-------------|------------|---------------------|----------------------|
| Contacts | id | DefaultPaginator | ✅ | ❌ |
| Payments | _id | DefaultPaginator | ✅ | ❌ |
| Form Submissions | id | DefaultPaginator | ✅ | ❌ |
| Custom Fields | id | No pagination | ✅ | ❌ |
| Transactions | _id | DefaultPaginator | ✅ | ❌ |
| Invoices | _id | DefaultPaginator | ✅ | ❌ |
| Opportunities | id | DefaultPaginator | ✅ | ❌ |
| Pipelines | id | No pagination | ✅ | ❌ |
| Subscriptions | _id | DefaultPaginator | ✅ | ❌ |
| Orders | _id | DefaultPaginator | ✅ | ❌ |
| Order | _id | No pagination | ✅ | ❌ |
| Contact Search | id | DefaultPaginator | ✅ | ✅ |
## Changelog
<details>
<summary>Expand to review</summary>
| Version | Date | Pull Request | Subject |
|---------|------|--------------|---------|
| 0.0.40 | 2025-11-25 | [70036](https://github.com/airbytehq/airbyte/pull/70036) | Update dependencies |
| 0.0.39 | 2025-11-18 | [69369](https://github.com/airbytehq/airbyte/pull/69369) | Update dependencies |
| 0.0.38 | 2025-10-29 | [68820](https://github.com/airbytehq/airbyte/pull/68820) | Update dependencies |
| 0.0.37 | 2025-10-21 | [68246](https://github.com/airbytehq/airbyte/pull/68246) | Update dependencies |
| 0.0.36 | 2025-10-14 | [67893](https://github.com/airbytehq/airbyte/pull/67893) | Update dependencies |
| 0.0.35 | 2025-10-07 | [67409](https://github.com/airbytehq/airbyte/pull/67409) | Update dependencies |
| 0.0.34 | 2025-09-30 | [66406](https://github.com/airbytehq/airbyte/pull/66406) | Update dependencies |
| 0.0.33 | 2025-09-09 | [66066](https://github.com/airbytehq/airbyte/pull/66066) | Update dependencies |
| 0.0.32 | 2025-08-23 | [65372](https://github.com/airbytehq/airbyte/pull/65372) | Update dependencies |
| 0.0.31 | 2025-08-09 | [64593](https://github.com/airbytehq/airbyte/pull/64593) | Update dependencies |
| 0.0.30 | 2025-08-02 | [64195](https://github.com/airbytehq/airbyte/pull/64195) | Update dependencies |
| 0.0.29 | 2025-07-26 | [63830](https://github.com/airbytehq/airbyte/pull/63830) | Update dependencies |
| 0.0.28 | 2025-07-19 | [63531](https://github.com/airbytehq/airbyte/pull/63531) | Update dependencies |
| 0.0.27 | 2025-07-12 | [63137](https://github.com/airbytehq/airbyte/pull/63137) | Update dependencies |
| 0.0.26 | 2025-07-05 | [62642](https://github.com/airbytehq/airbyte/pull/62642) | Update dependencies |
| 0.0.25 | 2025-06-28 | [62191](https://github.com/airbytehq/airbyte/pull/62191) | Update dependencies |
| 0.0.24 | 2025-06-21 | [61837](https://github.com/airbytehq/airbyte/pull/61837) | Update dependencies |
| 0.0.23 | 2025-06-14 | [61086](https://github.com/airbytehq/airbyte/pull/61086) | Update dependencies |
| 0.0.22 | 2025-05-24 | [60593](https://github.com/airbytehq/airbyte/pull/60593) | Update dependencies |
| 0.0.21 | 2025-05-10 | [59829](https://github.com/airbytehq/airbyte/pull/59829) | Update dependencies |
| 0.0.20 | 2025-05-03 | [57683](https://github.com/airbytehq/airbyte/pull/57683) | Update dependencies |
| 0.0.19 | 2025-04-05 | [57062](https://github.com/airbytehq/airbyte/pull/57062) | Update dependencies |
| 0.0.18 | 2025-03-29 | [56644](https://github.com/airbytehq/airbyte/pull/56644) | Update dependencies |
| 0.0.17 | 2025-03-22 | [56079](https://github.com/airbytehq/airbyte/pull/56079) | Update dependencies |
| 0.0.16 | 2025-03-08 | [55477](https://github.com/airbytehq/airbyte/pull/55477) | Update dependencies |
| 0.0.15 | 2025-03-01 | [54757](https://github.com/airbytehq/airbyte/pull/54757) | Update dependencies |
| 0.0.14 | 2025-02-22 | [54342](https://github.com/airbytehq/airbyte/pull/54342) | Update dependencies |
| 0.0.13 | 2025-02-15 | [53813](https://github.com/airbytehq/airbyte/pull/53813) | Update dependencies |
| 0.0.12 | 2025-02-08 | [53250](https://github.com/airbytehq/airbyte/pull/53250) | Update dependencies |
| 0.0.11 | 2025-02-01 | [52756](https://github.com/airbytehq/airbyte/pull/52756) | Update dependencies |
| 0.0.10 | 2025-01-25 | [52267](https://github.com/airbytehq/airbyte/pull/52267) | Update dependencies |
| 0.0.9 | 2025-01-18 | [51813](https://github.com/airbytehq/airbyte/pull/51813) | Update dependencies |
| 0.0.8 | 2025-01-11 | [51211](https://github.com/airbytehq/airbyte/pull/51211) | Update dependencies |
| 0.0.7 | 2024-12-28 | [50637](https://github.com/airbytehq/airbyte/pull/50637) | Update dependencies |
| 0.0.6 | 2024-12-21 | [50093](https://github.com/airbytehq/airbyte/pull/50093) | Update dependencies |
| 0.0.5 | 2024-12-14 | [49640](https://github.com/airbytehq/airbyte/pull/49640) | Update dependencies |
| 0.0.4 | 2024-12-12 | [49237](https://github.com/airbytehq/airbyte/pull/49237) | Update dependencies |
| 0.0.3 | 2024-12-11 | [48901](https://github.com/airbytehq/airbyte/pull/48901) | 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.2 | 2024-10-28 | [47472](https://github.com/airbytehq/airbyte/pull/47472) | Update dependencies |
| 0.0.1 | 2024-08-23 | | Initial release by [@Stockotaco](https://github.com/stockotaco) via Connector Builder |
</details>