# Webflow

{% hint style="success" %}
Review our [Webflow template](https://docs.google.com/spreadsheets/d/1VbKOgxuh11ODxiMOcG3Fv27AzPqKqQUzE2oXo7bvdfA/edit?usp=sharing) and watch to the [Webflow video tutorial](https://youtu.be/wSNSeKAHzGU) (4 Minutes)
{% endhint %}

| Formula                                                                                                                                                           |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p><strong>Interact with Webflow API using only the SheetLink</strong> <a href="../options">"options"</a></p><p>=Webflow( <a href="../options">"options"</a>)</p> |
| **=Webflow\_UpdateLiveCollectionItem( "collection\_id" ,"item\_id" ,**[**"options"**](https://docs.sheet.link/formulas/options)**)**                              |
| **=Webflow\_UpdateCollectionItem( "collection\_id" ,"item\_id" ,**[**"options"**](https://docs.sheet.link/formulas/options)**)**                                  |
| **=Webflow\_PatchLiveCollectionItem( "collection\_id" ,"item\_id" ,**[**"options"**](https://docs.sheet.link/formulas/options)**)**                               |
| **=Webflow\_PatchCollectionItem( "collection\_id" ,"item\_id" ,**[**"options"**](https://docs.sheet.link/formulas/options)**)**                                   |
| **=Webflow\_GetCollectionItem( "collection\_id" ,"item\_id" ,**[**"options"**](https://docs.sheet.link/formulas/options)**)**                                     |
| **=Webflow\_DeleteCollectionItem( "collection\_id" ,"item\_id" ,**[**"options"**](https://docs.sheet.link/formulas/options)**)**                                  |
| **=Webflow\_CreateCollectionItem( "collection\_id" ,**[**"options"**](https://docs.sheet.link/formulas/options)**)**                                              |
| **=Webflow\_CreateLiveCollectionItem( "collection\_id" ,**[**"options"**](https://docs.sheet.link/formulas/options)**)**                                          |
| **=Webflow\_GetCollectionFullSchema( "collection\_id" ,**[**"options"**](https://docs.sheet.link/formulas/options)**)**                                           |
| **=Webflow\_GetCollectionItems( "collection\_id" ,**[**"options"**](https://docs.sheet.link/formulas/options)**)**                                                |
| **=Webflow\_CreateCollectionItem( "collection\_id" ,**[**"options"**](https://docs.sheet.link/formulas/options)**)**                                              |
| **=Webflow\_GetCollections( "site\_id" ,**[**"options"**](https://docs.sheet.link/formulas/options)**)**                                                          |
| **=Webflow\_GetSites(**[**"options"**](https://docs.sheet.link/formulas/options)**)**                                                                             |

Developers can review the official [Webflow API Documentation](https://developers.webflow.com) 📖

{% hint style="success" %}
Missing a formula? [Suggest one here](https://www.sheet.link/suggest) 💡
{% endhint %}

{% hint style="info" %}
Note that ["options"](https://docs.sheet.link/formulas/options) are optional, other variables are required 👍
{% endhint %}

### Video Tutorial

{% embed url="<https://youtu.be/wSNSeKAHzGU>" %}

### Template

[Webflow Google Sheets Template](https://docs.google.com/spreadsheets/d/1VbKOgxuh11ODxiMOcG3Fv27AzPqKqQUzE2oXo7bvdfA/edit?usp=sharing)

### Navigation <a href="#where-to" id="where-to"></a>

| Page                                                                                                                                             |
| ------------------------------------------------------------------------------------------------------------------------------------------------ |
| <p>🚀 <a href="../../quickstart"><strong>Quick Start</strong></a>​</p><p>60 second getting started guide.</p>                                    |
| <p><strong>​</strong><a href="../../faq"><strong>❓ FAQ</strong></a><strong>​</strong></p><p>Answers to frequently asked SheetLink questions.</p> |
| <p>🛠️ <a href="../functions"><strong>Functions</strong></a><strong>​</strong></p><p>Powerful functions unique to SheetLink.</p>                 |
| <p>💪 <a href="../options"><strong>"options"</strong></a><strong>​</strong></p><p>Control the request to and response from any application.</p>  |

## 🚑 Need Help?

You can always contact us via <support@sheet.link> or by messaging us on Twitter [@SheetLink](https://twitter.com/SheetLink)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sheet.link/formulas/apps/webflow.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
