> For the complete documentation index, see [llms.txt](https://setka.gitbook.io/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://setka.gitbook.io/help-center/integrations/setka-and-integromat.md).

# Setka and Integromat

You can export posts from your [Setka account ](/help-center/account-settings.md)via [webhooks](/help-center/api/setka-webhooks.md). Setka Integromat integration uses them to automatically export posts to other services and CMS.

Thus, you can set up automatic post export to other CMS with [Integromat](https://www.integromat.com/) integration, like Shopify, Ghost, Webflow, etc.

{% hint style="warning" %}
Integromat integration requires access to the [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) to get access.
{% endhint %}

## Prerequisites

Set up the Setka Post API before using Integromat.

### Adding the Setka Post API integration

Integromat connects with Setka via webhooks or by checking the updates in some periods of time. To make the Integromat integration possible, go to the [Setka account](https://editor.setka.io/app) and proceed to **Integrations > Integrate Setka Posts > Other CMS**.

The **Post API** integration will be added. You will see your license key and the ability to add webhooks.

![Screenshot of Setka interface: Integration via Post API](/files/-MWZ1zJC4bRSFkxBEDjb)

## Using Setka Editor with Integromat

Follow these steps to add Setka Editor to Integromat:

1. [Create a new scenario](https://www.integromat.com/en/help/creating-a-scenario) and choose Setka Editor as one of the apps to integrate.
2. [Connect](https://www.integromat.com/en/help/connecting-to-services) your Setka account to Integromat. Use your [license key](/help-center/integrations/setka-and-integromat.md#add-the-setka-post-api-integration) in the **API Key** field.
3. You are all set! Now you can gather post updates from the Setka account and use this data as you wish. This includes:
   * Exporting post data to other CMS and updating it automatically.
   * Backing up your posts in Integromat data storage.
   * Other scenarios. Please visit the [Integromat Help center](https://www.integromat.com/en/help) to learn more.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://setka.gitbook.io/help-center/integrations/setka-and-integromat.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
