# Etsy

## Connection <a href="#connect" id="connect"></a>

When you're setting up your first workflow with Etsy, you'll need to create a connection through MESA. Click on **Connect with Etsy V3** to start the process.

<figure><img src="/files/h3SDBPqhTMylSFyct1Q5" alt=""><figcaption></figcaption></figure>

Once you are logged into your Etsy account, you can re-use the newly created connection and select it for your future workflows!

### Configuration <a href="#configuring" id="configuring"></a>

#### I don't see my Etsy workflow activating when I update something in Etsy? <a href="#triggers" id="triggers"></a>

MESA workflows that contain Etsy [triggers](/workflow-builder/triggers.md) (such as Receipt Created or Listing Created) will run on a polling system. Meaning, on every hour or whatever the selected frequency is selected in your MESA workflow, MESA will look for any recent activity in Etsy. As a result, you may not see immediate activity in your MESA workflow until the frequency hits.

In Etsy triggers, you can find the polling system under **Configure**. You can keep the default frequency or adjust it.

<figure><img src="/files/k3ftDRNVS5D5aJsKc2gT" alt=""><figcaption></figcaption></figure>

Once the frequency hits, MESA will process every single task that has accrued within the previous timeframe.

{% hint style="info" %}
Please note that available frequencies will differ depending on your MESA billing plan.
{% endhint %}

## Technical Notes

You can no longer send Shipping updates (or access address information) without using Preferred Partners.&#x20;

You can find more info on this [here.](https://help.etsy.com/hc/en-us/articles/26654295371031-How-to-Use-a-Third-Party-Provider-to-Ship-Your-Order?segment=selling)


---

# 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.getmesa.com/connect/etsy.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.
