> 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-3.md).

# 코드 정의

| Code     | 설명                                                 |
| -------- | -------------------------------------------------- |
| 200      | 요청 성공                                              |
| 403      | 권한 없음                                              |
| 405      | 파라미터 오류                                            |
| 504      | 템플릿 코드 중복                                          |
| 505      | 템플릿 이름 중복                                          |
| 506      | 템플릿 내용이 1000 자 초과                                  |
| 507      | 유효하지 않은 발신 프로필                                     |
| 508      | 요청한 데이터가 없음, 삭제 상태의 데이터 요청 시 응답                    |
| 509      | 요청을 처리할 수 있는 상태가 아님 (ex: 템플릿 검수 요청이 가능한 상태가 아닙니다.) |
| 510      | 템플릿의 버튼/바로연결 형식이 유효하지 않음                           |
| 512      | 허브파트너는 발신프로필 추가 및 그룹내 발신프로필 추가가 제한된 상태             |
| 514      | 비즈니스 인증이 필요한 카카오톡 채널                               |
| 525      | 템플릿의 카테고리가 유효하지 않음                                 |
| 600      | 이미지 업로드 실패                                         |
| 610      | 파일 업로드 실패                                          |
| 801\~805 | 발신프로필 등록이 차단된 상태                                   |
| 811      | 발신프로필 등록이 차단된 허브파트너                                |
| 900      | 원천사 서버 에러                                          |
| 901      | 내부 처리 에러                                           |
| 902      | 허용되지 않은 접근                                         |


---

# 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-3.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.
