--- title: 'Webflow' description: '' --- # Webflow undefined | Detail | Value | |---|---| | Category | CMS | | Base URL | `https://api.webflow.com/v2` | | Authentication | OAuth2 | | Endpoints | 7 | | Connector key | `webflow` | ## Using Webflow in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Webflow** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET ](./get_list_sites_0) | List Sites | | [GET ](./get_list_collections_1) | List Collections | | [GET ](./get_list_items_2) | List Items | | [GET ](./get_create_item_3) | Create Item | | [GET ](./get_update_item_4) | Update Item | | [GET ](./get_publish_site_5) | Publish Site | | [GET ](./get_list_pages_6) | List Pages | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.