Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions components/webflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

The Webflow API empowers developers to programmatically interact with their Webflow site, enabling automation, data synchronization, and complex integrations with other apps and services. With Pipedream's serverless platform, you can harness this API to craft custom workflows that react to events, manage content dynamically, or extend the capabilities of your Webflow projects by linking them with a vast array of other applications.

You can connect your Webflow account on in a few different ways:
1. Directly within the workflow builder, from a trigger or an action step. Search for the Webflow app, and connect your account.
2. From the Pipedream Accounts [page](https://pipedream.com/accounts): Go to Accounts > Connect an app > Search for "Webflow".
3. Run the example Node JS code below by clicking "Connect Webflow and run", and choose a project and create an example workflow to interact with the Webflow API.
Comment on lines +5 to +8
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Add missing example code section

The documentation mentions "example Node.js code below" but the code is not provided in the README. Please add the example code section to make the documentation complete and actionable for users.

Would you like me to help create a code example section that demonstrates how to connect to Webflow using Node.js?

🧰 Tools
🪛 LanguageTool

[uncategorized] ~8-~8: The official spelling of this programming framework is “Node.js”.
Context: ...earch for "Webflow". 3. Run the example Node JS code below by clicking "Connect Webflow...

(NODE_JS)


# Example Use Cases

- **Content Sync from CMS to Webflow**: Automatically update your Webflow site when a new post is added to a headless CMS like Contentful. Once the CMS triggers an event, Pipedream can capture it and push the content to Webflow, ensuring your site remains up-to-date without manual intervention.
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading