Webflow

Interact with your Webflow CMS Collections to view, add, update, and delete items easily with SheetLink formulas in Google Sheets.

circle-check

Formula

Interact with Webflow API using only the SheetLink "options"

=Webflow( "options")

=Webflow_UpdateLiveCollectionItem( "collection_id" ,"item_id" ,"options")

=Webflow_UpdateCollectionItem( "collection_id" ,"item_id" ,"options")

=Webflow_PatchLiveCollectionItem( "collection_id" ,"item_id" ,"options")

=Webflow_PatchCollectionItem( "collection_id" ,"item_id" ,"options")

=Webflow_GetCollectionItem( "collection_id" ,"item_id" ,"options")

=Webflow_DeleteCollectionItem( "collection_id" ,"item_id" ,"options")

=Webflow_CreateCollectionItem( "collection_id" ,"options")

=Webflow_CreateLiveCollectionItem( "collection_id" ,"options")

=Webflow_GetCollectionFullSchema( "collection_id" ,"options")

=Webflow_GetCollectionItems( "collection_id" ,"options")

=Webflow_CreateCollectionItem( "collection_id" ,"options")

=Webflow_GetCollections( "site_id" ,"options")

=Webflow_GetSites("options")

Developers can review the official Webflow API Documentationarrow-up-right πŸ“–

circle-check
circle-info

Note that "options" are optional, other variables are required πŸ‘

Video Tutorial

Template

Webflow Google Sheets Templatearrow-up-right

Navigation

Page

πŸš€ Quick Start​

60 second getting started guide.

​❓ FAQ​

Answers to frequently asked SheetLink questions.

πŸ› οΈ Functions​

Powerful functions unique to SheetLink.

πŸ’ͺ "options"​

Control the request to and response from any application.

πŸš‘ Need Help?

You can always contact us via [email protected] or by messaging us on Twitter @SheetLinkarrow-up-right

Last updated