> For the complete documentation index, see [llms.txt](https://sangdamtoday.gitbook.io/intro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sangdamtoday.gitbook.io/intro/pcmanual/surveys-consents/send.md).

# 설문지/동의서 발송하기

{% hint style="info" %}
고객들이 설문지/동의서를 모바일로 작성하도록 문자/알림톡으로 발송해보세요!
{% endhint %}

## ✉️ 문자로 설문지/동의서 발송하기

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

{% hint style="warning" %}
설문지/동의서 발송하기 기능은 추가된 설문지/동의서가 있어야 해요.
{% endhint %}

{% stepper %}
{% step %}
설문지/동의서를 발송하시려면 이 버튼을 클릭해주세요.
{% endstep %}

{% step %}
추가된 설문지/동의서 중 발송하고자 하는 설문지/동의서를 선택해주세요.
{% endstep %}

{% step %}
설문지/동의서가 모두 선택됐다면, ‘확인’ 버튼을 클릭해주세요.\
클릭 시, 설문지/동의서가 치환문자의 형태로 메시지 본문에 추가됩니다.
{% endstep %}
{% endstepper %}

## 💬 알림톡으로 설문지/동의서 발송하기

{% hint style="warning" %}
알림톡으로 설문지/동의서 발송하려면 알림톡 템플릿을 우선 신청해야 해요.
{% endhint %}

### 📄 템플릿 신청하기

{% stepper %}
{% step %}

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

메시지 발송창 - 알림톡 발송 화면 좌측 상단에 있는 ‘알림톡 템플릿 신청’ 버튼을 클릭해주세요.
{% endstep %}

{% step %}

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

‘빈 템플릿’을 선택해주세요.
{% endstep %}

{% step %}
‘시작하기’ 버튼을 클릭해주세요.
{% endstep %}

{% step %}

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

발송할 알림톡의 내용을 입력해주세요.
{% endstep %}

{% step %}
‘버튼 추가’ 버튼을 눌러주세요.
{% endstep %}

{% step %}

<figure><img src="/files/9gPfXfwp7vb7wceYthK3" alt=""><figcaption></figcaption></figure>

버튼에 표시될 텍스트를 작성해주세요.
{% endstep %}

{% step %}
표시된 버튼을 클릭하면 설문지/동의서 목록이 노출됩니다.\
발송하고자 하는 설문지/동의서를 선택해주세요.

{% hint style="warning" %}
모바일, PC 모두 같은 설문지/동의서가 선택돼야 합니다.
{% endhint %}
{% endstep %}

{% step %}
버튼 이름과 설문지/동의서가 모두 기입됐다면 ‘추가’ 버튼을 눌러주세요.
{% endstep %}

{% step %}

<figure><img src="/files/1DBp823SrRfxNv9V2lBY" alt=""><figcaption></figcaption></figure>

모든 작업이 완료되었다면 카테고리를 선택한 후 ‘템플릿 신청’ 버튼을 클릭해주세요.\
만약 카테고리가 없다면 ‘카테고리 추가’ 버튼을 통해 카테고리를 추가한 후 템플릿 신청을 완료해주세요.

{% hint style="warning" %}
신청된 템플릿은 카카오에서 검수 작업을 진행하며, 2\~7일 사이에 승인/반려 처리가 진행됩니다.\
승인 작업이 마무리되면 템플릿을 사용할 수 있습니다.
{% endhint %}
{% endstep %}
{% endstepper %}

### ✉️ 템플릿 발송하기

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

{% stepper %}
{% step %}
승인된 템플릿 중 발송하고자 하는 템플릿을 선택해주세요.
{% endstep %}

{% step %}
발송 대상을 추가하고 확인해주세요.
{% endstep %}

{% step %}
발송 옵션을 설정하고, 메시지 발송 버튼을 클릭해주세요.
{% endstep %}
{% endstepper %}


---

# 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://sangdamtoday.gitbook.io/intro/pcmanual/surveys-consents/send.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.
