> For the complete documentation index, see [llms.txt](https://help.stibee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.stibee.com/integration/donus/features.md).

# 주요 기능 살펴보기

## 이 글에서는 <a href="#undefined" id="undefined"></a>

스티비와 도너스 회원 정보를 연동하면 활용할 수 있는 주요 기능에 관해 소개합니다. 아래 내용을 참고해서 내 쇼핑몰 회원에게 더 다양한 이메일 마케팅을 시도해 보세요.

***

## 이메일에 \[후원하기] 버튼 추가하기 <a href="#undefined" id="undefined"></a>

이메일 제작 단계에서 \[후원하기] 편집 상자를 추가하면 '도너스 모금 상품'으로 연결되는 버튼을 만들 수 있습니다.&#x20;

1. 이메일 작성 단계에서 화면 오른쪽 \[후원하기] 편집 상자를 추가합니다.
2. \[후원하기] 상자의 \[모금 상품 설정하기]를 클릭해 연동할 모금 상품을 선택하고, 기부 페이지로 연결될 때의 기본 입력값 등을 설정합니다.&#x20;

설정을 완료했으면 결제 페이지 연결 확인하기 버튼을 클릭해서, 설정한 값에 따라 결제 페이지가 잘 연결되는지 꼭 확인해 주세요.

**\* 주의:** 입력한 값과 도너스 모금 상품 설정이 일치하지 않으면 결제 페이지 연결이 정상적으로 되지 않을 수 있습니다.

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

## 기부 성과 확인하기

### 보낸 이메일에서 확인하기

\[이메일 대시보드]에서 \[후원하기] 상자를 통해 얼마나 기부됐는지 확인할 수 있습니다.

1. 확인하고자 하는 이메일 제목을 클릭합니다.
2. 이메일 대시보드의 \[성과]에서 결제된 기부금을 확인할 수 있습니다. 이메일 대시보드에서 \[상세통계 → 기부]를 클릭하면 상품별 자세한 성과를 확인할 수 있습니다.

### 구독자 기준에서 확인하기

\[구독자 대시보드]에서 구독자별 기부금 납부 여부를 확인할 수 있습니다.

1. \[도너스 연동 주소록]으로 이동한 뒤, \[주소록 → 구독자 목록]에서 확인하고자 하는 구독자를 찾습니다.&#x20;
2. 구독자를 클릭해 \[구독자 대시보드]로 이동합니다.
3. \[최근 성과] 또는 \[활동]에서 구독자별 자세한 기부금 내역을 확인할 수 있습니다.


---

# 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://help.stibee.com/integration/donus/features.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.
