# 페이스북 전환 API 워크플로우 트리거가 작동하지 않을 때

워크플로우에서 페이스북 전환 API를 테스트할 때는 테스트 워크플로우 버튼을 사용하지 마세요.

항상 저장하고 발행한 후, 다음 트리거 중 하나를 사용해서 전환을 테스트하세요.

트리거는 다음과 같은 입력 트리거여야 합니다:

* 폼 제출(Form Submission)
* 설문 제출(Survey submission)
* 예약 제출(Appointment Submission) - 예약 위젯에서
* 2단계 주문 폼(2 step order form)

예약의 경우 다음 트리거만 작동합니다:

"고객이 예약함(Customer Booked appointment)" 트리거를 사용해야 하며, "예약(appointment)" 트리거는 사용할 수 없습니다. "예약"은 일반적인 트리거이고, "고객이 예약함"은 예약 위젯 전용 트리거입니다.

구매 이벤트(Purchase event)를 사용할 경우 리드 값(Lead value)이 필수이며, 그렇지 않으면 빈 값으로 둘 수 있습니다.

***

*원문 최종 수정: 2024년 8월 23일* *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/facebook-conversion-api-workflow-trigger-not-working.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.
