# 워크플로우 트리거 - 주문 완료

## 개요

"**주문 완료(Order Fulfilled)**" 트리거는 주문이 완료되었을 때 프로세스를 자동화합니다. 감사 메시지 발송, 고객 피드백 요청 시작, 재고 및 회계 시스템 업데이트 등에 활용할 수 있습니다.

## 트리거 이름

**주문 완료(Order Fulfilled)**

## 트리거 설명

이 트리거는 주문 상태가 완료(fulfilled)로 변경될 때 활성화됩니다. 적시에 후속 작업이 수행되도록 하여 고객 만족도를 높이고 백엔드 프로세스를 간소화합니다.

## 설정 방법

* **워크플로우 트리거 선택:** 트리거 옵션에서 "주문 완료(Order Fulfilled)"를 선택하세요.
* **워크플로우 트리거 이름:** "주문 완료"와 같이 트리거 이름을 지정하세요.
* **필터:** 필터를 활용하여 워크플로우가 실행될 조건을 지정하세요. 예를 들어, 장바구니 금액, 주문 유형 등을 기준으로 필터링할 수 있습니다.

| 항목                      | 설명                           | 필수 여부 |
| ----------------------- | ---------------------------- | ----- |
| 장바구니 금액(Cart Value)     | 장바구니 금액을 기준으로 주문을 필터링합니다.    | 선택 사항 |
| 연산자 선택(Select Operator) | 같음, 초과, 미만 등의 비교 연산자를 선택합니다. | 선택 사항 |

![주문 완료 트리거 설정 화면](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/155032021676/original/SFfIE-n_CA6Edf4qZYKKWJhExZOqzfymHg.png?1725186602)

## 예시

**시나리오:** 장바구니 금액이 $100 초과인 고객에게 감사 이메일을 보내고 싶은 회사가 있습니다.

* **설정:**
  * **트리거:** 주문 완료(Order Fulfilled)
  * **필터:**
    * **장바구니 금액(Cart Value):** 초과(Greater than)
    * **값:** $100
* **액션:** 트리거가 활성화되면:
  * 고객에게 자동 감사 이메일을 발송합니다.
  * CRM을 업데이트하여 고객을 "VIP 고객"으로 표시합니다.
  * 영업팀 캘린더에 후속 할 일(Task)을 추가하여 다음 구매 시 특별 할인을 제안합니다.

이 설정을 통해 고액 고객이 개인화된 후속 관리를 받을 수 있어 관계를 강화하고 재구매를 유도할 수 있습니다.

***

*원문 최종 수정: Sun, 1 Sep, 2024 at 5:31 AM* *Hyperclass 사용 가이드 — hyperclass.ai*


---

# 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://hyperclass.gitbook.io/hyperclass-docs/workflows/workflow-trigger-order-fulfilled.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.
