Bizzabo source
Overview
The Bizzabo source connector is currently in development.
At this time, the connector supports credential validation (testing that your Bizzabo OAuth client credentials are valid), but it does not yet support:
- Discovering a catalog (no streams are exposed yet)
- Extracting data (syncs will fail with an “in development” error)
Setup
Prerequisites
You will need:
- A Bizzabo Account ID
- A Bizzabo OAuth Client ID
- A Bizzabo OAuth Client Secret
Authentication
This connector uses OAuth 2.0 Client Credentials.
During connection testing, the connector requests an access token from:
https://auth.bizzabo.com/oauth/token
using:
- HTTP Basic Auth with
client_idas the username andclient_secretas the password - Form parameters:
grant_type=client_credentialsaccount_id=<your account id>
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
account_id | string | Yes | Your Bizzabo account ID used when requesting an OAuth token. |
client_id | string | Yes | OAuth client ID for your Bizzabo application. |
client_secret | string | Yes | OAuth client secret for your Bizzabo application. |
Streams
No streams are currently available. The connector does not yet return a catalog.
Limitations
- Extraction is not implemented yet. Any attempt to run a sync will fail with an error indicating extraction is still in development.
- Catalog discovery is not implemented yet. The connector currently returns an empty catalog.