> For the complete documentation index, see [llms.txt](https://guide.marketap.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.marketap.io/smartstore-api/preparation/setting/kakao-templates/variables.md).

# 카카오 변수 사용하기

## 개요

알림톡 템플릿 심사 요청 시, `#{} 가능` 입력란에 변수를 등록할 수 있습니다.

등록한 변수에는 캠페인 발송 시점에 수신자별 값이 자동으로 채워지므로, 하나의 템플릿으로도 수신자마다 다른 내용의 메시지를 발송할 수 있습니다.

<figure><img src="/files/Me9NKO05DpIeYK3Hrkq9" alt=""><figcaption></figcaption></figure>

## 사용 가능한 속성 목록

캠페인 발송 시 카카오 변수를 사용할 때는 고정된 값으로 채워 넣거나 개인화된 변수로 채워 넣을 수도 있습니다. 예를 들어, `#{고객}` 님으로 설정된 변수의 위치에 발송할 대상의 이름을 채워넣을 수 있습니다.&#x20;

자세한 내용은 아래 문서를 참고해주세요.

{% content-ref url="/pages/SSpkDVfYoH6qkrrvR0Su" %}
[개인화 문구로 변수 설정하기](/smartstore-api/smartstore-api/kakao-alimtalk/variables.md)
{% endcontent-ref %}


---

# 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://guide.marketap.io/smartstore-api/preparation/setting/kakao-templates/variables.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.
