ncloud_sens_list_brandmessage_templates
Retrieve Brand Message templates for a KakaoTalk channel, filtering by type, code, or name, with pagination to manage and review existing templates.
Instructions
List Brand Message templates of a channel (GET /brandmessage/v2/services/{serviceId}/templates). Note the channel parameter is plusFriendId here (Alim Talk uses channelId). Returns { items[], totalCount, hasNext }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageSize | No | Items per page (1-100, default 100) | |
| pageIndex | No | Page index (0-based, default 0) | |
| serviceId | No | Biz Message service ID in NRN form (e.g. ncp:kkobizmsg:kr:1********2:myproject). Defaults to NCLOUD_SENS_BRANDMESSAGE_SERVICE_ID (or NCLOUD_SENS_ALIMTALK_SERVICE_ID) / NCLOUD_SENS_SERVICE_ID. Find it with ncloud_sens_list_projects (kkoBizMsgService.serviceId). A 'Forbidden' reply means the project does not have this channel enabled. | |
| messageType | No | Filter by message type | |
| plusFriendId | Yes | KakaoTalk channel ID (e.g. @channelname) | |
| templateCode | No | Filter by template code | |
| templateName | No | Filter by name (full or partial match) |