Timely
This page contains the setup guide and reference information for the Timely source connector.
Prerequisites
- Please follow these steps to obtain
Bearer_token
for your account. - Login into your
https://app.timelyapp.com
portal, fetch theaccount-id
present in the URL (example: URLhttps://app.timelyapp.com/12345/calendar
and account-id12345
). - Get a start-date to your events. Dateformat
YYYY-MM-DD
.
Setup guide
Step 1: Set up the Timely connector in Airbyte
For Airbyte OSS:
- Navigate to the Airbyte Open Source dashboard.
- In the left navigation bar, click Sources. In the top-right corner, click +new source.
- On the Set up the source page, enter the name for the Timely connector and select Timely from the Source type dropdown.
- Enter your
Bearer_token
,account-id
, andstart-date
. - Select
Authenticate your account
. - Click Set up source.
Supported sync modes
The Timely source connector supports the following sync modes:
Feature | Supported? |
---|---|
Full Refresh Sync | Yes |
Incremental Sync | No |
Changelog
Expand to review
Version | Date | Pull Request | Subject |
---|---|---|---|
0.4.0 | 2024-08-07 | 43368 | Refactor connector to manifest-only format |
0.3.15 | 2024-08-03 | 43226 | Update dependencies |
0.3.14 | 2024-07-27 | 42635 | Update dependencies |
0.3.13 | 2024-07-20 | 42252 | Update dependencies |
0.3.12 | 2024-07-13 | 41921 | Update dependencies |
0.3.11 | 2024-07-10 | 41348 | Update dependencies |
0.3.10 | 2024-07-09 | 41268 | Update dependencies |
0.3.9 | 2024-07-06 | 40773 | Update dependencies |
0.3.8 | 2024-06-26 | 40510 | Update dependencies |
0.3.7 | 2024-06-22 | 39996 | Update dependencies |
0.3.6 | 2024-06-04 | 39054 | [autopull] Upgrade base image to v1.2.1 |
0.3.5 | 2024-05-20 | 38228 | Make compatible with builder |
0.3.4 | 2024-04-19 | 37270 | Updating to 0.80.0 CDK |
0.3.3 | 2024-04-18 | 37270 | Manage dependencies with Poetry. |
0.3.2 | 2024-04-15 | 37270 | Base image migration: remove Dockerfile and use the python-connector-base image |
0.3.1 | 2024-04-12 | 37270 | schema descriptions |
0.3.0 | 2023-10-25 | 31002 | Migrate to low-code framework |
0.2.0 | 2023-10-23 | 31745 | Fix schemas |
0.1.0 | 2022-06-22 | 13617 | Initial release |