For the complete documentation index, see llms.txt. This page is also available as Markdown.

Webflow

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

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 Documentation πŸ“–

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

Video Tutorial

Template

Webflow Google Sheets Template

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 support@sheet.link or by messaging us on Twitter @SheetLink

Last updated