Artículos SEO diarios, publicados en Webflow CMS
Las colecciones de Webflow no tienen nombres de campo estándar — tu campo de contenido puede llamarse post-body, content o como tú lo hayas nombrado. Bora lee el esquema de tu colección y te muestra los campos que ha emparejado antes de publicar nada.
Qué necesitas
- A Webflow API token with sites:read, cms:read and cms:write
- The collection you publish articles into
Cómo conectar Webflow
- 1In Webflow create an API token with sites:read, cms:read and cms:write.
- 2Paste the token into Bora and press List to pick your collection.
- 3Confirm the field mapping we show you — body, summary, image, slug.
- 4Approve your calendar.
A read-scoped token passes most connection tests and then fails
A Webflow token can have cms:read without cms:write, so any test that only reads will show a green tick and then fail on the first real publish. Bora sends a deliberately invalid write request during the test: a token without write scope is rejected for missing scopes before Webflow ever validates the body, so we learn what we need without creating anything.
Qué hace Bora en Webflow
- Publishing live to a published site — compatible
- Falling back to staged items on an unpublished site — compatible
- Custom collection field mapping — compatible
- Cover image as a URL field — compatible
- Creating the collection for you — no compatible