Goldcast
This page contains the setup guide and reference information for the Goldcast source connector.
Prerequisites
- A Goldcast Pro plan or higher. The Starter plan does not allow API access.
- A Goldcast API token. Follow Goldcast's guide to create one. The token is case-sensitive.
Setup guide
For Airbyte Cloud
To set up Goldcast as a source in Airbyte Cloud:
- Log in to your Airbyte Cloud account.
- In the left navigation bar, click Sources. In the top-right corner, click + New source.
- Find and select Goldcast from the list of available sources.
- Enter a Source name of your choosing.
- Enter the Access Key (the API token you created in Goldcast).
- Click Set up source and wait for the tests to complete.
For Airbyte Open Source
To set up Goldcast as a source in Airbyte Open Source:
- Log in to your Airbyte Open Source account.
- In the left navigation bar, click Sources. In the top-right corner, click + New source.
- Find and select Goldcast from the list of available sources.
- Enter a Source name of your choosing.
- Enter the Access Key (the API token you created in Goldcast).
- Click Set up source and wait for the tests to complete.
Supported Sync Modes
The Goldcast source connector supports the following sync modes:
Incremental modes are not supported as the Goldcast API does not contain a cursor field (modified at field for example) at the time of this writing.
Supported Streams
The Goldcast source connector can sync the following streams. See the Goldcast API documentation for details on each endpoint.
Main streams
This is a child stream of the events stream representing users associated to events.
This is a child stream of the events stream, scoped to webinar-type events only.
The connector requests list endpoints with limit/offset pagination, 100 records per page.
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
Changelog
Expand to review
| Version | Date | Pull Request | Subject |
|---|---|---|---|
| 0.2.26 | 2026-08-20 | 83237 | Fix connector broken by Goldcast's API changes: list streams now request limit/offset pagination and extract records from the results envelope, and the webinars stream is scoped to webinar-type events only to avoid errors on other event types |
| 0.2.25 | 2026-06-02 | 78729 | Update dependencies |
| 0.2.24 | 2025-05-10 | 59909 | Update dependencies |
| 0.2.23 | 2025-05-03 | 59258 | Update dependencies |
| 0.2.22 | 2025-04-26 | 58791 | Update dependencies |
| 0.2.21 | 2025-04-19 | 58182 | Update dependencies |
| 0.2.20 | 2025-04-12 | 57670 | Update dependencies |
| 0.2.19 | 2025-04-05 | 57206 | Update dependencies |
| 0.2.18 | 2025-03-29 | 56472 | Update dependencies |
| 0.2.17 | 2025-03-22 | 55958 | Update dependencies |
| 0.2.16 | 2025-03-08 | 55274 | Update dependencies |
| 0.2.15 | 2025-03-01 | 54953 | Update dependencies |
| 0.2.14 | 2025-02-22 | 54439 | Update dependencies |
| 0.2.13 | 2025-02-15 | 53762 | Update dependencies |
| 0.2.12 | 2025-02-08 | 53338 | Update dependencies |
| 0.2.11 | 2025-02-01 | 52838 | Update dependencies |
| 0.2.10 | 2025-01-25 | 52325 | Update dependencies |
| 0.2.9 | 2025-01-18 | 51636 | Update dependencies |
| 0.2.8 | 2025-01-11 | 51103 | Update dependencies |
| 0.2.7 | 2024-12-28 | 50571 | Update dependencies |
| 0.2.6 | 2024-12-21 | 49998 | Update dependencies |
| 0.2.5 | 2024-12-14 | 49480 | Update dependencies |
| 0.2.4 | 2024-12-12 | 49158 | Update dependencies |
| 0.2.3 | 2024-11-04 | 48148 | Update dependencies |
| 0.2.2 | 2024-10-29 | 47875 | Update dependencies |
| 0.2.1 | 2024-10-28 | 47533 | Update dependencies |
| 0.2.0 | 2024-08-22 | 44568 | Refactor connector to manifest-only format |
| 0.1.8 | 2024-08-12 | 43804 | Update dependencies |
| 0.1.7 | 2024-08-10 | 43522 | Update dependencies |
| 0.1.6 | 2024-08-03 | 43284 | Update dependencies |
| 0.1.5 | 2024-07-27 | 42616 | Update dependencies |
| 0.1.4 | 2024-07-20 | 42237 | Update dependencies |
| 0.1.3 | 2024-07-13 | 41806 | Update dependencies |
| 0.1.2 | 2024-07-10 | 41406 | Update dependencies |
| 0.1.1 | 2024-07-09 | 41263 | Update dependencies |
| 0.1.0 | 2024-06-26 | 38786 | New Source: Goldcast |