> For the complete documentation index, see [llms.txt](https://developers.fingerpush.com/alimtalk-cj/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.fingerpush.com/alimtalk-cj/alimtalk-manual-1.md).

# 발신 프로필 관리

{% hint style="info" %}

* 발신 프로필이 등록된 카카오톡 채널만이 알림톡 발송이 가능합니다.&#x20;
* 발신 프로필은 카카오톡 채널 관리자만 등록 가능합니다.
  {% endhint %}

## 1. 발신 프로필 목록

1\) 핑거푸시 사이트에 접속합니다.&#x20;

2\) 핑거푸시 계정으로 로그인 후 '마이 페이지 > 알림톡 > 발신  프로필 관리' 메뉴로 이동합니다.&#x20;

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

3\) 등록된 발신 프로필 정보를 확인하실 수 있습니다.(발신 프로필, 발신 프로필 키, 플러스친구 상태 등)

* 선택 다운로드 : 발신 프로필 정보를 엑셀 파일로 다운로드 가능

## 2. 발신 프로필 등록

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

* 검색용 ID: 카카오톡 채널 검색용 아이디(예시: @키스소프트)
* 관리자 휴대폰 번호: 카카오톡 채널 관리자 휴대폰 번호(채널 관리자 센터 우측 상단의 '계정 > 내 정보'에 등록된 휴대폰 번호)
* 토큰: 신청한 토큰 값이 입력한 관리자 휴대폰 번호로 발송됨
* 카테고리: 위에서 확인한 카테고리와 유사하게 설정 혹은 “일반서비스/기타일반서비스/기타일반서비스” 선택

1\) 발신 프로필이 등록되면 발신 프로필키가 발급됩니다.(프로필키 재발급 불가)

2\) 발신 프로필키는 카카오 알림톡 발송에 필요한 키 값으로, 설치된 모듈을 통해 알림톡 발송에 사용됩니다.

{% hint style="info" %}
용도에 따라 계정을 나눈 경우, 발신 프로필 키가 같으면 신규 등록하지 않아도 됩니다.\
(에이전트에서는 해당 키만 입력하여 사용 가능)
{% endhint %}


---

# 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://developers.fingerpush.com/alimtalk-cj/alimtalk-manual-1.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.
