Skip to main content

Timely

This page contains the setup guide and reference information for the Timely source connector.

Prerequisites

  1. Please follow these steps to obtain Bearer Token for your account.
  2. Login into your https://app.timelyapp.com portal, fetch the Account ID present in the URL (example: URL https://app.timelyapp.com/12345/calendar and account-id 12345).
  3. Get a start-date to your events. Date format YYYY-MM-DDTHH:mm:ssZ.

Setup guide

Step 1: Set up the Timely connector in Airbyte

For Airbyte OSS:

  1. Navigate to the Airbyte Open Source dashboard.
  2. In the left navigation bar, click Sources. In the top-right corner, click +new source.
  3. On the Set up the source page, enter the name for the Timely connector and select Timely from the Source type dropdown.
  4. Enter your Bearer Token, Account ID, and Start Date.
  5. Select Authenticate your account.
  6. Click Set up source.

Supported sync modes

The Timely source connector supports the following sync modes:

FeatureSupported?
Full Refresh SyncYes
Incremental SyncYes

Reference

Config fields reference

Field
Type
Property name
string
account_id
string
start_date
string
bearer_token

Changelog

Expand to review
VersionDatePull RequestSubject
1.0.02025-01-0745925Add new streams, add incremental syncs, tidy inputs
0.4.132025-02-0853561Update dependencies
0.4.122025-02-0153061Update dependencies
0.4.112025-01-2552384Update dependencies
0.4.102025-01-1852012Update dependencies
0.4.92025-01-1151398Update dependencies
0.4.82024-12-2850777Update dependencies
0.4.72024-12-2150349Update dependencies
0.4.62024-12-1449769Update dependencies
0.4.52024-12-1249387Update dependencies
0.4.42024-12-1148307Starting 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.4.32024-10-2947887Update dependencies
0.4.22024-10-2847503Update dependencies
0.4.12024-08-1644196Bump source-declarative-manifest version
0.4.02024-08-0743368Refactor connector to manifest-only format
0.3.152024-08-0343226Update dependencies
0.3.142024-07-2742635Update dependencies
0.3.132024-07-2042252Update dependencies
0.3.122024-07-1341921Update dependencies
0.3.112024-07-1041348Update dependencies
0.3.102024-07-0941268Update dependencies
0.3.92024-07-0640773Update dependencies
0.3.82024-06-2640510Update dependencies
0.3.72024-06-2239996Update dependencies
0.3.62024-06-0439054[autopull] Upgrade base image to v1.2.1
0.3.52024-05-2038228Make compatible with builder
0.3.42024-04-1937270Updating to 0.80.0 CDK
0.3.32024-04-1837270Manage dependencies with Poetry.
0.3.22024-04-1537270Base image migration: remove Dockerfile and use the python-connector-base image
0.3.12024-04-1237270schema descriptions
0.3.02023-10-2531002Migrate to low-code framework
0.2.02023-10-2331745Fix schemas
0.1.02022-06-2213617Initial release