메인 콘텐츠로 건너뛰기
GET
/
projects
/
{projectId}
/
messages
/
kakao-alimtalk
/
templates
list-kakao-alimtalk-templates
curl --request GET \
  --url https://api.notifly.tech/projects/{projectId}/messages/kakao-alimtalk/templates \
  --header 'Authorization: <api-key>'
{
  "resultCode": 123,
  "resultMessage": "<string>",
  "templateListResponse": {
    "templates": [
      {}
    ],
    "totalCount": 123
  }
}

Authorizations

Authorization
string
header
required

POST /authenticate로 발급받은 인증 토큰

Path Parameters

projectId
string
required

프로젝트 ID

Query Parameters

channelId
string

알림톡 채널 ID. 등록된 채널이 여러개일 경우 사용됩니다.

templateCode
string

템플릿 코드

templateName
string

템플릿 이름

templateStatus
string

템플릿 상태 코드

pageNum
integer

페이지 번호

pageSize
integer

조회 건수

Required range: x <= 1000

Response

성공적인 템플릿 리스트 조회입니다

resultCode
integer

결과 코드

resultMessage
string

결과 메시지

templateListResponse
object