ncloud_mailer_create_category
Create a category to organize email templates in the legacy Cloud Outbound Mailer API. Use a parent SID to build hierarchy, making template management easier for migrated projects.
Instructions
[Legacy Cloud Outbound Mailer API — merged into SENS on 2026-09-17; available only to projects migrated from Cloud Outbound Mailer and only for ~12 months (SENS overview: until Dec 2027). New mail sending/lookup: ncloud_sens_send_mail / ncloud_sens_list_mail_requests.] Create a template category (POST /category).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region | No | Region path segment (KR=/api/v1, SGN=/api/v1-sgn, JPN=/api/v1-jpn). Defaults to the server region (NCLOUD_REGION) when it is one of these, otherwise KR | |
| parentSid | No | Parent category SID (default -1 = root) | |
| categoryName | Yes | Category name (1-100 chars of Korean, letters, digits, '.', '_' or '-') |