ncloud_mailer_update_template
Replace an existing outbound mail template by resubmitting its name, title, body, and sender address. Use this to fully update template content while keeping the same template SID.
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.] Replace a mail template (PUT /template/{templateSid}). This is a full replacement — templateName, title, body and senderAddress must all be sent again; the category cannot be changed here.
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) | |
| 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) | |
| description | No | Description (0-300 bytes) | |
| templateSid | Yes | Template SID | |
| 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) |