Skip to content

Commit 4b340c4

Browse files
Update webflow.md (#14083)
* Update webflow.md Removed a description that is only applicable to people that are writing connector code, not to _users_ of the connector. * Update webflow.md * Update webflow.md * Update webflow.md * Update webflow.md
1 parent 41e88a8 commit 4b340c4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/integrations/sources/webflow.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: 'This connector extracts "collections" from Webflow'
44

55
# Webflow
66

7-
Webflow is used for publishing Airbyte's blogs, and this connector returns data that is made available by [Webflow APIs](https://developers.webflow.com/).
7+
Webflow is a CMS system that is used for publishing websites and blogs. This connector returns data that is made available by [Webflow APIs](https://developers.webflow.com/).
88

99
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.
1010

@@ -27,10 +27,7 @@ Which should respond with something similar to:
2727
[{"_id":"<redacted>","createdOn":"2021-03-26T15:46:04.032Z","name":"Airbyte","shortName":"airbyte-dev","lastPublished":"2022-06-09T12:55:52.533Z","previewUrl":"https://screenshots.webflow.com/sites/<redacted>","timezone":"America/Los_Angeles","database":"<redacted>"}]
2828
```
2929

30-
After retrieving your `site id`, you can create a file `secrets/config.json` conforming to the fields expected in `source_webflow/spec.yaml` file.
31-
(Note that any directory named `secrets` is git-ignored across the entire Airbyte repo, so there is no danger of accidentally checking in sensitive information in this folder).
32-
33-
See [integration_tests/sample_config.json](https://github.com/airbytehq/airbyte/blob/master/airbyte-integrations/connectors/source-webflow/integration_tests/sample_config.json) for a sample config file that you can use as a template for entering in your `site id` and your `Webflow API Key`.
30+
You will need to provide the `Site id` and `API key` to the Webflow connector in order for it to pull data from your Webflow site.
3431

3532
| Version | Date | Pull Request | Subject |
3633
| :--- | :--- | :--- | :--- |

0 commit comments

Comments
 (0)