# 알림톡과 파워앱을 같이 이용 중입니다 고정 메시지 발송 시 우선순위가 있나요?

<mark style="color:blue;">네, 발송 우선 순위 조건이 있어요.</mark>

***

파워앱 푸시 → 카카오 알림톡 → SMS 순으로 발송돼요.&#x20;

> 예) 푸시 알림 OFF 고객 → 알림톡으로 전송됨 → 알림톡 전송이 되지 않았다면 최종 SMS 발송

{% hint style="warning" %}
참고

고객의 회원가입 축하, 조르기, 비밀번호 분실 안내는 제외에요.
{% endhint %}


---

# 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://help.makeshop.co.kr/faq/mobile/undefined-1/undefined-8.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.
