Kakao
템플릿 수정
등록된 알림톡 템플릿의 내용을 수정합니다. 검수 완료된 템플릿은 수정할 수 없으며, 검수 대기 중이거나 반려된 템플릿만 수정할 수 있습니다.
post/v2/messages/kakao/send-profiles/{sendProfileId}/templates/{templateId}/update
Path parameters
sendProfileIdstring required
Example:1234567890
수정할 템플릿이 속한 채널의 ID입니다.
templateIdstring required
Example:1234567890
수정할 템플릿의 ID입니다. 검수 완료된 템플릿은 수정할 수 없습니다.
Request body
Example request
{
"templateName": "수정된 주문 확인 템플릿",
"templateContent": "안녕하세요 #{고객명}님, 주문이 완료되었습니다.",
"templateEmphasizeType": "TEXT",
"templateExtra": "■ 이용안내\n- 운영시간: 평일 09:00~18:00\n- 고객센터: 1588-1234\n- 홈페이지: https://shop.example.com\n\n※ 주말/공휴일 배송불가",
"templateTitle": "123,456원",
"templateSubtitle": "승인내역",
"templateImageName": "template_banner.png",
"templateImageUrl": "https://example.com/images/template_banner.png",
"buttons": [
{
"name": "자세히 보기",
"ordering": 1,
"urlMobile": "https://example.com/mobile",
"urlPc": "https://example.com/pc"
}
]
}Response
템플릿 수정 요청의 처리 결과입니다. 성공 시 템플릿이 수정되며, 재검수가 필요할 수 있습니다.
Example response
{
"code": 200,
"message": "성공"
}