알림톡 템플릿
작성일 2026.03.07 | 수정일 2026.03.08
공통 응답 스키마
알림톡 템플릿 관련 API에서 공통으로 반환되는 탬플릿 객체의 스키마입니다. 개별 엔드포인트에서 별도 명시가 없으면 이 스키마를 따릅니다.
Structure
{
"templateId": "TP01ABC",
"name": "주문 알림",
"channelId": "CH01ABC",
"channelGroupId": null,
"assignType": "CHANNEL",
"accountId": "AC01ABC",
"securityFlag": false,
"categoryCode": "003001",
"isHidden": false,
"isDeleted": false,
"content": "#{이름}님의 주문이 완료되었습니다.\n주문번호: #{주문번호}",
"buttons": [
{
"buttonType": "WL",
"buttonName": "주문 확인",
"linkMo": "https://example.com/orders",
"linkPc": "https://example.com/orders",
"linkAnd": "exampleapp://orders",
"linkIos": "exampleapp://orders",
"chatExtra": null,
"targetOut": false
}
],
"quickReplies": [],
"highlight": {
"title": "주문 완료",
"description": "결제가 완료되었습니다.",
"imageId": "IMG01ABC"
},
"item": {
"list": [
{
"title": "상품명",
"description": "예시 상품 A"
}
],
"summary": {
"title": "총 결제금액",
"description": "10,000원"
}
},
"comments": [
{
"content": "검수 부탁드립니다.",
"dateCreated": "2024-01-02T00:00:00.000Z"
}
],
"code": "template_001",
"commentable": true,
"status": "APPROVED",
"messageType": "MI",
"emphasizeType": "ITEM_LIST",
"extra": "본 메시지는 정보통신망법에 의거하여 발송되었습니다.",
"ad": "채널 추가하고 소식을 받아보세요.",
"emphasizeTitle": "주문 완료",
"emphasizeSubtitle": "결제가 정상 처리되었습니다.",
"imageId": "IMG02ABC",
"header": "주문 내역",
"dateCreated": "2024-01-01T00:00:00.000Z",
"dateUpdated": "2024-01-05T00:00:00.000Z",
"variables": [
{
"name": "이름"
},
{
"name": "주문번호"
}
]
}