1. Overview
Webflow connector publishes Skayle posts to a selected Webflow CMS collection. It requires:siteIdtokencollectionIdfieldMappingtaxonomyMapping
2. Prerequisites
Before connecting:- A Webflow site
- A CMS collection for blog posts
- Separate collections for category/tag/author taxonomies
- Reference fields in your post collection for taxonomy links
3. Creating API credentials
In Webflow:- Open
Site Settings -> Apps & Integrations -> API Access. - Create a token for Skayle.
- Copy token and Site ID.
- Site ID
- API token
4. Required permissions
Token should have read and write access for:- Assets
- CMS
- Pages
- Sites
5. CMS-side setup
Create/confirm:- Main post collection with fields for title, slug, excerpt, and rich text content
- Image/File field for featured image (if used)
- Optional publish date/status fields
- Category/tag/author collections
- Reference fields in post collection linking to those taxonomy collections
6. Connecting in Skayle
- Open
Settings -> Connector. - Select
Webflow. - Enter Site ID and token, then test connection.
- Select post collection.
- Map Skayle fields to Webflow field slugs.
- Map taxonomy collection IDs for category/tag/author.
- Save connector.
7. Field mapping explanation
Required mappings:- Title
- Slug
- Excerpt
- Content
- Featured image
- Publish date
- Status
- Category collection
- Tag collection
- Author collection
- Published posts are created/updated as live items.
- Draft posts remain non-live.
8. Publishing test article
- Create a draft post in Skayle.
- Assign category/tag/author.
- Publish from Skayle.
- Confirm item appears in selected Webflow collection.
- Verify item is live if published.
- Verify taxonomy references resolve correctly.
9. Common errors & troubleshooting
| Issue | Likely cause | Fix |
|---|---|---|
| Permission denied / missing scopes | Token scopes incomplete | Grant required scopes and regenerate token |
| Slug already exists on republish | Cached slug after unpublish/delete | Republish your Webflow site, then retry |
| Featured image not attached | Mapped field is not Image/File | Map to a valid Image/File field |
| Missing taxonomy links | Reference fields or taxonomy mapping missing | Add reference fields and verify collection mappings |
| Collection not found | Wrong collectionId or site mismatch | Re-select collection from schema step |
10. Best practices
- Use dedicated taxonomy collections with stable IDs.
- Keep slug conventions consistent to reduce collisions.
- After major unpublish/delete operations, republish site when needed.
- Validate one full publish/update/unpublish cycle before bulk publishing.