# 메시지 설정

## 앱 푸시 설정

{% hint style="warning" %}
앱 등록을 완료한 이후에만 설정이 가능합니다.
{% endhint %}

앱 푸시 메시지 발송을 위해서는 앱 푸시 설정을 완료해주세요.

{% tabs %}
{% tab title="Android" %}
![](/files/-Mf1iCVlpvBV8y0MrbTq)

**서비스 설정 > 어플리케이션 설정**에서 **푸시 연동** 탭을 선택하시면 FCM (Firebase Cloud Message) 설정이 나옵니다. **푸시 노티피케이션 서비스 사용여부** 토글을 활성화하여 기능 설정을 진행합니다.

![](/files/-Mf1id14i4y5GMm6PM-B)

**Firebase Cloud Messaging Team id** 항목에는 위 이미지의 **프로젝트 ID**를 그대로 붙여 넣습니다.

![](/files/-Mf1izluLeYX60IQUJmW)

**Firebase Clud Certificate (JSON)** 항목에는 **private key** 파일을 업로드합니다. private key는 위 이미지처럼 서비스 계정에서 새 비공개 키 설정을 한 이후 다운로드받은 (XXX.json)파일을 업로드합니다.
{% endtab %}

{% tab title="iOS" %}
※ 가이드는 푸시인증 관련 최신 스펙인 APNs Key를 기준으로 작성되었습니다.

![](/files/-Mf1jiZKCKBPhVFiakmJ)

**서비스 설정 > 어플리케이션 설정 > 푸시 연동 화면**에서 APNs Certificate Key 파일을 등록하고, Team Id와 Key Id를 입력해주세요.

![](/files/-Mf1jmr_nPdyNcDLd-uB)

![](/files/-Mf1jpVfvohX8y37hBSw)

[애플 개발자사이트](https://developer.apple.com/account/resources/authkeys/list)에 접속하여 해당 Key를 선택하면 위 이미지와 같이 **Team Id와 Key Id**를 확인할 수 있습니다. 해당 내용을 와이즈트래커 플랫폼에 붙여넣기 하면 설정 완료입니다.
{% endtab %}
{% endtabs %}

## 카카오톡 채널 관리

{% content-ref url="/pages/VCelqdXupUUqRopUxWb3" %}
[카카오톡 채널 연동](/basic/crm/kakao-channel.md)
{% endcontent-ref %}

## 메시지 발신번호 관리

{% content-ref url="/pages/EWcuEKHzJsGJ6ngKMpTq" %}
[발신번호 등록](/basic/crm/register-number.md)
{% endcontent-ref %}

## 080 수신거부 번호 관리

{% content-ref url="/pages/hswjbBNq0bjbJJYYgMWq" %}
[080 수신거부 번호 등록](/basic/crm/080.md)
{% endcontent-ref %}

## 메시지 포인트 충전/소진 내역

{% content-ref url="/pages/w9W4GBGix795HMjAWp54" %}
[메시지 포인트 충전](/basic/crm/point.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://document.wisetracker.co.kr/service/message-setting.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.
