Skip to main content

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_id as the username and client_secret as the password
  • Form parameters:
    • grant_type=client_credentials
    • account_id=<your account id>

Configuration

FieldTypeRequiredDescription
account_idstringYesYour Bizzabo account ID used when requesting an OAuth token.
client_idstringYesOAuth client ID for your Bizzabo application.
client_secretstringYesOAuth 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.