> For the complete documentation index, see [llms.txt](https://autotags-omega.gitbook.io/auto-tags-documents/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://autotags-omega.gitbook.io/auto-tags-documents/main-features/shopify-flow-integration.md).

# SHOPIFY FLOW Integration

Now you can use Auto Tags in your Shopify Flow automations.

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td>👉🏻 Find out more about Shopify Flow <a href="https://www.omegatheme.com/blog/113-auto-tags-customer-order/918-from-beginner-to-pro-how-to-master-shopify-flow">here</a>.</td><td></td><td></td></tr><tr><td>👉🏻 Get <a href="https://apps.shopify.com/flow">Shopify Flow</a>.</td><td></td><td></td></tr><tr><td>👉🏻 <a href="https://autotags-omega.gitbook.io/copy-of-auto-tags-documents/main-features/shopify-flow-integration/connect-email">Connect your email</a> to start workflow.</td><td></td><td></td></tr></tbody></table>

### So how can you benefit from Omega Auto Tags and Shopify Flow?

You can use Omega Tags as a Trigger of your flow.&#x20;

<details>

<summary>What's the Trigger in Flow?</summary>

It's an event that starts a workflow.

</details>

In Shopify Flow admin app -> Create a new workflow -> Then Select Trigger -> Then pick Omega Auto Tags for Trigger.&#x20;

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

Then choose your condition: customer tag or order tag.

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

## Use case - Flow example

If you already[ tag your orders](/auto-tags-documents/main-features/add-tag-to-a-customer.md) which is highly risky in Omega AutoTags. Now you want to send email to your staff and set time for them to check if it's a scam order.&#x20;

### Step 1

Choosing Omega AutoTags as a Trigger -> Choose Order tagged&#x20;

### Step 2

Set Condition. Check if the tag of the order equals to order you set in Omega AutoTags: FRAUD (in this case).

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

### Step 3

Pick Action -> Choose AutoTags -> Send email to Staff account. And setting email and message for your team here.

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

### Step 4

Click Turn on workflow to activate your workflow. Then you're set.

{% hint style="info" %}
This is an easy example for you and your store. You can browse popular templates in Shopify Flow or check out some more [here](https://drive.google.com/file/d/1wL47S0UDba-Lidu76aGRJwNt89tQb093/view?usp=sharing).
{% endhint %}


---

# 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://autotags-omega.gitbook.io/auto-tags-documents/main-features/shopify-flow-integration.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.
