Skip to content

Commit 763e9ca

Browse files
Update webflow.md
1 parent 7c8d958 commit 763e9ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/integrations/sources/webflow.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: 'This connector extracts "collections" from Webflow'
66

77
Webflow is used for publishing Airbyte's blogs, and this connector returns data that is made available by [Webflow APIs](https://developers.webflow.com/).
88

9-
Webflow uses [Collections](https://developers.webflow.com/#collections) to store different kinds of information. A collection can be "Blog Posts", or "Blog Authors", etc. Collection names are not pre-defined, the number of collections is not known in advance, and the schema for each collection may be different. Therefore this connector dynamically figures our which collections are available and downloads the schema for each collection from Webflow. Each collection is mapped to an [Airbyte Streams](https://docs.airbyte.com/connector-development/cdk-python/full-refresh-stream/).
9+
Webflow uses [Collections](https://developers.webflow.com/#collections) to store different kinds of information. A collection can be "Blog Posts", or "Blog Authors", etc. Collection names are not pre-defined, the number of collections is not known in advance, and the schema for each collection may be different. Therefore this connector dynamically figures our which collections are available and downloads the schema for each collection from Webflow, and each collection is returns as an [Airbyte Stream](https://docs.airbyte.com/connector-development/cdk-python/full-refresh-stream/).
1010

1111
# Webflow credentials
1212
You should be able to create a Webflow `API key` (aka `API token`) as described in [Intro to the Webflow API](https://university.webflow.com/lesson/intro-to-the-webflow-api).

0 commit comments

Comments
 (0)