# 전화번호 수집

{% hint style="warning" %}
**캠페인의 발송 대상을 변경해도 예상 발송 건수가 업데이트되지 않나요?**

사용자의 전화번호가 올바르게 수집되고 있는 지 확인해보세요.
{% endhint %}

{% hint style="info" %}
카카오 메시지 발송/문자메시지 발송을 위해서는 전화번호 수집이 필요합니다.\
아래에서 전화번호를 수집할 수 있는 몇가지 방법을 소개합니다.
{% endhint %}

## SDK를 활용한 전화번호 수집

핵클 클라이언트 SDK를 활용하여 서비스에 가입한 사용자의 전화번호를 수집할 수 있어요.

## HTTP API를 활용한 전화번호 수집

클라이언트 SDK외에 HTTP API를 활용해서 전화번호를 수집할 수도 있습니다.

e.g) 어드민 등 서버사이드에서 전화번호를 수집하거나 변경해야하는 경우 등

## Import를 통한 전화번호 수집

SDK/API 연동하기 이전에 서비스에 가입한 모든 사용자의 전화번호를 한번에 Import 할 수 있어요.

자세한 사항은 아래 CSV 예시를 참고하여 Import를 희망하는 파일을 첨부하여 [핵클팀](mailto:support@hackle.io)에 문의해주세요.

### CSV 예시

유저ID와 전화번호는 반드시 포함되어야합니다. 그 외 정보들은 필요에 따라 요청하실 수 있어요.

자세한 사항은 핵클팀에 문의해주세요.

| 유저ID           | 전화번호        | 마케팅 수신 동의 여부(Optional) |
| -------------- | ----------- | ---------------------- |
| hackle\_richie | 01012345678 | 1                      |
| hackle\_limo   | 01098765432 | 0                      |


---

# 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://docs.hackle.io/crm-marketing/crm-properties/collect-phone-number.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.
