Skip to main content

Webflow (Source)

Introduction

The Webflow source connector lets you connect to the Webflow API using a Webflow API token.

At this time, the connector supports credential validation only. Catalog discovery and extraction are still in development, so no streams are currently available.

Setup

Prerequisites

  • A Webflow account
  • A Webflow API token with access to the resources you intend to sync

Create a Webflow API token

  1. In Webflow, generate an API token (sometimes referred to as a “Personal Access Token”).
  2. Copy the token value and store it securely. You will use it as the connector’s api_token.

Authentication

This connector authenticates using Bearer token authentication against the Webflow API.

  • Header: Authorization: Bearer <api_token>

During connection setup, the connector validates credentials by calling:

  • GET https://api.webflow.com/v2/token/authorized_by

If the token is invalid or lacks required access, the connector will fail validation.

Configuration

FieldTypeRequiredDescription
api_tokenstringYesWebflow API token used to authenticate requests.

Streams

No streams are currently exposed.

  • Catalog discovery currently returns an empty catalog.
  • Extraction is not yet implemented.

Limitations

  • Extraction is still in development. You can use this connector to validate credentials, but you cannot yet sync data from Webflow.