js-webflow-api icon indicating copy to clipboard operation
js-webflow-api copied to clipboard

Node.js SDK for the Webflow Data API

Results 30 js-webflow-api issues
Sort by recently updated
recently updated
newest added

**Version:** "webflow-api": "^2.0.0" **Code:** index.ts: ``` import {Items} from "webflow-api/api/resources/collections/resources/items/client/Client"; declare global { namespace Express { interface Request { rawBody: Buffer } } } import * as functions from "firebase-functions";...

We tried to update fields within collection item with new api v2 sdk and we are getting response status as 200. Still when we check webflow item fields they do...

My collection has a field named Summary: ![Webflow - Lux Capital-Wednesday-May-24-2023-02 53 03PM@2x](https://github.com/webflow/js-webflow-api/assets/20052710/de99a67a-9669-4536-8f71-a5340ebe26f2) The API is returning the field as 'description-3': ![GET newsletter item - My Workspace-Wednesday-May-24-2023-02 54 33PM@2x](https://github.com/webflow/js-webflow-api/assets/20052710/2a3cdbbc-c9fb-4665-b243-75306531a3bd) `summary`...

I'm getting a collection item which has an option field on it. The API is returning the option as an optionId, and I'm not seeing any documentation on how to...

Since late 2019 the CMS RichText fields have supported Embedded content. https://webflow.com/feature/custom-code-in-rich-text-elements It seems like that content is not returned by the API. I can't seem to find anywhere in...

I am trying to **authorise my react app with the webflow app** , using `auth0-react` . **This library sends a 'openid' as a scope by default, including the customised scope....

Would be helpful if the SDK used typescript generics which populate the `Item` fields from the users schema. Otherwise its not typesafe.

Hi! The `webflow.updateItem(...)` method introduced a spread operation in the arguments that makes it behavior differently (and unnecessary) from other methods on the object. The documentation (READme.md) specifies that both...

Hey folks 👋 I'm having trouble using `webflow.collections.items.updateItemLive()`. I believe there's two issues with it in its current form. One is a typing problem, and the other is a deeper...

Hi there, We're trying to update an item but we keep getting an error: `An error occurred while updating item in Webflow collection JsonError: Missing required key "id"` Our code...