# Setka and Webflow

With the help of [Zapier](/help-center/integrations/setka-and-zapier.md) integration, you can automatically export Setka posts' HTML code and other data from your [Setka account](/help-center/account-settings.md) and then send this data to other CMS.

This is how you can automatically export posts to Webflow and update them via Zapier integration.

{% content-ref url="/pages/-MR0gD\_fGOyJi5dDlYGg" %}
[Setka and Zapier](/help-center/integrations/setka-and-zapier.md)
{% endcontent-ref %}

## Before you start <a href="#h_01etabfkpjnrj6yjckp1f3jqf9" id="h_01etabfkpjnrj6yjckp1f3jqf9"></a>

{% hint style="warning" %}
Zapier integration via Setka requires access to [Setka Content Cloud API](/help-center/api/getting-posts-from-the-personal-account-with-setka-cloud-api.md). Contact our [customer support](https://editor.setka.io/support) for access.
{% endhint %}

### CMS Collections in Webflow <a href="#h_01etd3we49g7f34k3k09mh8t91" id="h_01etd3we49g7f34k3k09mh8t91"></a>

Webflow uses [**CMS Collections**](https://university.webflow.com/lesson/webflow-collections-overview), the databases where content units are being classified under certain features. E.g., blog posts, author profiles, or open job pages.&#x20;

With the help of Zapier, you can create and update items inside of certain CMS Collections. For example, these items can define blog posts.

Thus, to export Setka posts to Webflow, you will need a CMS Collection. Follow these steps to create CMS Collection:

1\. Open your project in Webflow;

2\. Open the **CMS** panel in the left-hand corner of the menu and click **Create New Collection**.

![Screenshot of Webflow interface showing CMS Collections panel](/files/-MRoon6KRd5fTSFcqEWj)

3\. Fill the suggested fields and click  **Create Collection** in the right-hand corner.

![Screenshot of Webflow interface showing CMS Collections Settings with "Create Collection" button ](/files/-MRoornrjk1H7Nyru8Ho)

## Exporting and updating posts

Zapier integration lets you export new posts and update previously exported posts if their content is changed. To implement such synchronization, 2 separate zaps are needed.

1. The first zap exports a new post from Setka to Webflow and gets the Webflow post ID.
2. The second makes use of the post ID from the first. It updates the post with this ID in Webflow if it was changed in Setka.

{% hint style="warning" %}
The Free Zapier account plan does not allow [multi-step zaps](https://zapier.com/learn/getting-started-guide/multi-step-zaps/), that are needed to implement automatic post updates. You can learn more about terms and conditions on [the official Zapier website.](https://zapier.com/app/billing/plans)
{% endhint %}

Once all the prerequisites are completed, you can either set only the export of new posts or implement export with automatic updates:

{% content-ref url="/pages/-MWZ3lXpPV2hxVd4bzU2" %}
[Exporting new posts](/help-center/integrations/setka-and-zapier/setka-and-webflow/exporting-new-posts.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MWZ3rDzWzF4PYMH7Iaf" %}
[Updating exported posts](/help-center/integrations/setka-and-zapier/setka-and-webflow/updating-exported-posts.md)
{% endcontent-ref %}


---

# 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://setka.gitbook.io/help-center/integrations/setka-and-zapier/setka-and-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.
