# 이메일 받아 볼 사람 추가하기

## 이 글에서는

스티비에서는 주소록에 등록된 구독자에게만 이메일을 보낼 수 있습니다. 도메인 설정까지 마무리했다면 이메일을 편집하기 전에 내 이메일을 받아볼 사람을 구독자로 추가합니다. 구독자를 추가할 수 있는 여러 방법에 대해 알아봅니다.

***

## 가지고 있는 구독자 목록이 없다면

미리 보유하고 있는 구독자 DB가 없고 처음부터 구독자를 모아야 하는 상황이라면 스티비 \[구독 폼]과 \[페이지]를 사용해 구독자를 모아볼 수 있습니다. 구독 폼과 페이지를 사용하면 구독 신청을 받고 연결된 주소록에 신청한 구독자 정보가 자동으로 등록되도록 할 수 있습니다. 자세한 사용 방법은 아래 도움말을 참고하세요.&#x20;

#### 구독 폼 사용법

{% content-ref url="/pages/twkyILbwMFA4knjCHqqC" %}
[구독 받기](/list/gather-subscribers/form.md)
{% endcontent-ref %}

#### 페이지 사용법

{% content-ref url="/pages/9YlEZ5lmAieRBx2aMtPi" %}
[페이지 만들기](/page/creating-and-managing/create.md)
{% endcontent-ref %}

## 가지고 있는 구독자 목록이 있다면

이미 가지고 있는 구독자 목록이 있다면, 주소록에 직접 등록한 뒤 이메일을 보낼 수 있습니다. 주소록에 구독자를 한 명씩 직접 추가하거나, CSV 파일을 사용해 여러 구독자를 한 번에 추가할 수 있습니다.&#x20;

또는 카페24나 NHN 커머스 등 연동 기능을 제공하는 외부 솔루션을 사용하거나, 직접 개발할 수 있는 경우 주소록 API를 사용해서 내 서비스나 홈페이지 DB를 스티비 주소록과 연동해서 구독자가 자동으로 추가되도록 사용할 수 있습니다.

### 구독자 수동으로 추가하기

{% content-ref url="/pages/3qMP2WXYuQ6AMnUxPv9z" %}
[구독자 추가하기](/list/adding-managing-subscriber/add.md)
{% endcontent-ref %}

### 구독자 자동으로 추가하기

💬이 내용은 **스탠다드, 프로, 엔터프라이즈 요금제**에 해당하는 도움말입니다.

#### **외부 솔루션 연동하기**

{% content-ref url="/pages/oKh6ZaJpsqf6XmLmeVTV" %}
[카페24](/integration/cafe24.md)
{% endcontent-ref %}

{% content-ref url="/pages/Jfe4OsUNx7t9dI8TOVgp" %}
[고도몰](/integration/godomall.md)
{% endcontent-ref %}

{% content-ref url="/pages/GbNxyY9fCZUtUJhtIO61" %}
[식스샵](/integration/sixshop.md)
{% endcontent-ref %}

{% content-ref url="/pages/mHNnLOrj2Sev02zFPigi" %}
[도너스](/integration/donus.md)
{% endcontent-ref %}

#### **API 사용해서 직접 연동하기**

{% content-ref url="/pages/PlFYqJpfME9JRQA1wxVo" %}
[API 사용하기](/api-webhook/api.md)
{% endcontent-ref %}


---

# 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.stibee.com/getting-started/preparing-for-start/subscribers.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.
