---
title: "Workflow templates"
description: "Ready-made Shopify Flow workflows for Workflow Webhooks: tag orders and products, mark orders as paid, create customers, update metafields, add order notes and answer requests synchronously, each as a .flow file to import."
canonical: "https://docs.workflow-webhooks.app/workflow-templates"
---

# Workflow templates

Ready-made Shopify Flow workflows that start from a Workflow Webhooks trigger. Each page explains the payload mapping the workflow expects and has the workflow attached as a `.flow` file to import.

| Template | Trigger | What it does |
| --- | --- | --- |
| [Tag order when webhook received](https://docs.workflow-webhooks.app/template-tag-order.md) | Webhook Trigger | When an external system calls your webhook with an order number and a tag, add that tag to the order. |
| [Return order status when webhook received](https://docs.workflow-webhooks.app/template-return-order-status.md) | Sync Webhook Trigger | Answer an HTTP request with the payment and fulfillment status of an order. |
| [Create customer when webhook received](https://docs.workflow-webhooks.app/template-create-customer.md) | Webhook Trigger | Create a Shopify customer from a form submission or lead sent to your webhook, tagged webhook-lead. |
| [Mark order as paid when webhook received](https://docs.workflow-webhooks.app/template-mark-order-paid.md) | Webhook Trigger | When your bank, invoicing or payment system confirms a payment through your webhook, mark the matching order as paid. |
| [Tag product when webhook received](https://docs.workflow-webhooks.app/template-tag-product.md) | Webhook Trigger | When a supplier, PIM or ERP calls your webhook with a SKU and a tag, add that tag to the product. |
| [Update customer metafield when webhook received](https://docs.workflow-webhooks.app/template-update-customer-metafield.md) | Webhook Trigger | When a loyalty, CRM or points system calls your webhook with an email address and a number, store it on the customer in the metafield custom.loyalty_points. |
| [Add order note when webhook received](https://docs.workflow-webhooks.app/template-add-order-note.md) | Webhook Trigger | When a 3PL, ERP or support tool calls your webhook with an order number and a message, add the message to the order note. |

> [!NOTE]
> **How to use a template**
> Create the webhook first, see [Create your first webhook](https://docs.workflow-webhooks.app/getting-started.md). Then download the `.flow` file at the bottom of a template's page, open **Flow** in your Shopify admin, click **Import** and choose the file. Check the steps and turn the workflow on.
