Webflow integration (Design & Media, Marketing). Imported from open-connector.
https://api.webflow.com/v2/sites
/sites/{siteId}
| Param | Type | Required | Description |
|---|---|---|---|
| siteId | string | required | The unique Webflow site identifier. |
/sites/{siteId}/publish
| Param | Type | Required | Description |
|---|---|---|---|
| siteId | string | required | The unique Webflow site identifier. |
| customDomains | array | optional | Optional custom domain identifiers to publish. Omit to publish all domains. |
| publishToWebflowSubdomain | boolean | optional | Whether to publish to the default Webflow subdomain. |
/sites/{siteId}/collections
| Param | Type | Required | Description |
|---|---|---|---|
| siteId | string | required | The unique Webflow site identifier. |
/collections/{collectionId}
| Param | Type | Required | Description |
|---|---|---|---|
| collectionId | string | required | The unique Webflow collection identifier. |
/collections/{collectionId}/items
| Param | Type | Required | Description |
|---|---|---|---|
| collectionId | string | required | The unique Webflow collection identifier. |
| limit | integer | optional | Maximum number of records to return. |
| offset | integer | optional | Number of records to skip before returning results. |
/collections/{collectionId}/items/{itemId}
| Param | Type | Required | Description |
|---|---|---|---|
| collectionId | string | required | The unique Webflow collection identifier. |
| itemId | string | required | The unique Webflow CMS item identifier. |
| cmsLocaleId | string | optional | The unique Webflow CMS locale identifier. |
/collections/{collectionId}/items
| Param | Type | Required | Description |
|---|---|---|---|
| collectionId | string | required | The unique Webflow collection identifier. |
| fieldData | object | required | CMS field values keyed by Webflow field slug. Include the fields required by th… |
| isArchived | boolean | optional | Whether the new item should be archived. |
| isDraft | boolean | optional | Whether the new item should remain a draft. |
| cmsLocaleId | string | optional | The unique Webflow CMS locale identifier. |
| live | boolean | optional | Whether to create the item on the live site. |
/collections/{collectionId}/items/{itemId}
| Param | Type | Required | Description |
|---|---|---|---|
| collectionId | string | required | The unique Webflow collection identifier. |
| itemId | string | required | The unique Webflow CMS item identifier. |
| fieldData | object | required | CMS field values keyed by Webflow field slug. Include the fields required by th… |
| isArchived | boolean | optional | Whether the item should be archived. |
| isDraft | boolean | optional | Whether the item should remain a draft. |
| cmsLocaleId | string | optional | The unique Webflow CMS locale identifier. |
| live | boolean | optional | Whether to update the item on the live site. |
/collections/{collectionId}/items/{itemId}
| Param | Type | Required | Description |
|---|---|---|---|
| collectionId | string | required | The unique Webflow collection identifier. |
| itemId | string | required | The unique Webflow CMS item identifier. |
/collections/{collectionId}/items/publish
| Param | Type | Required | Description |
|---|---|---|---|
| collectionId | string | required | The unique Webflow collection identifier. |
| itemIds | array | required | Collection item identifiers to publish. |