ncloud_mailer_create_template
Creates an email template for the Naver Cloud Outbound Mailer. Use the returned template ID when sending mail through migrated SENS mail-sending APIs.
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 mail template (POST /template). The created sid can be used as templateNo in ncloud_sens_send_mail (migrated projects) or templateSid in v1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Mail body (HTML allowed) | |
| isUse | No | Whether the template is active | |
| title | Yes | Mail subject (1-500 bytes) | |
| dryRun | No | If true, returns a preview without creating | |
| 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 | |
| senderName | No | Sender name (0-69 bytes) | |
| categorySid | No | Parent category SID (default -1 = root) | |
| description | No | Description (0-300 bytes) | |
| templateName | Yes | Template name (1-100 chars of Korean, letters, digits, '.', '_' or '-') | |
| senderAddress | Yes | Sender address (naver.com / navercorp.com / ncloud.com domains are not allowed) |