> For the complete documentation index, see [llms.txt](https://daoudata-co-kr.gitbook.io/daoudata.co.kr-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://daoudata-co-kr.gitbook.io/daoudata.co.kr-docs/undefined-9/undefined-1.md).

# 알림톡 서비스

카카오로 알림톡이 발송되는 기능이에요. 템플릿은 이미 등록이 되어있어요.

> 경로: `업무관리> 알림톡 서비스`

{% hint style="info" %}
주문완료, 픽업 준비완료, 주문취소, 포인트 적립, 스탬프 적립, 스탬프 완성때 알림톡이 발송되는 기능이에요.
{% endhint %}

### 1. 알림톡 발송 설정

기본값은 알림톡 미사용이에요. 토글버튼으로 발송진행 여부 선택해요.

<figure><img src="https://2466304679-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAs66ChFUICpklDJDiH93%2Fuploads%2F3NzDjh1teYKw7xTigCYh%2F%EC%95%8C%EB%A6%BC%ED%86%A11.jpg?alt=media&amp;token=cd787ed4-c0ca-4de7-875c-a0915e0391cb" alt=""><figcaption></figcaption></figure>

### 2.  알림톡 충전

알림톡 충전 및 알림톡 사용 내역을 조회할 수 있어요.

환불은 미사용 잔액이 충전액 이상일 때만 전액 환불되요.

### 3. 알림톡 발송 내역

알림톡 발송내역을 조회 할 수 있어요

1. 발송상태는 발송완료, 발송실패로 표시돼요.
2. 발송실패 사유가 표시돼요.


---

# 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://daoudata-co-kr.gitbook.io/daoudata.co.kr-docs/undefined-9/undefined-1.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.
