ncloud_sens_list_brandmessage_images
List uploaded Brand Message images by service ID to retrieve image IDs, URLs, and types for use in campaigns.
Instructions
List images uploaded for Brand Messages (GET /brandmessage/v2/services/{serviceId}/images): imageId, imageUrl, imageType (BASIC|WIDE|WIDE_ITEM_LIST_MAIN|WIDE_ITEM_LIST_SUB|CAROUSEL_FEED|CAROUSEL_COMMERCE). Images are kept for 1 year. Upload itself is multipart and must be done in the console.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageSize | No | Items per page (1-200, default 20) | |
| 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. |