Creates a new mail template in DirectMail.
Operation description
Description
Set the templateType parameter to
0to create a mail template.For a mail template, specify
templateSubject(email subject),templateNickName(sender name), andtemplateText(email HTML body).The template name (
templateName) must be unique within an account.Newly created templates have a default status of
pending approval.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| TemplateType |
integer |
No |
The template type. |
0 |
| TemplateName |
string |
Yes |
The template name. |
template name |
| TemplateSubject |
string |
No |
The email subject. |
subject test |
| TemplateNickName |
string |
No |
The sender name. |
Tom |
| TemplateText |
string |
No |
The email HTML body. |
test |
| SmsType |
integer |
No |
Deprecated. This parameter is retained for backward compatibility. |
Abandoned, historical reasons for compatibility |
| SmsContent |
string |
No |
Deprecated. This parameter is retained for backward compatibility. |
Abandoned, historical reasons for compatibility |
| Remark |
string |
No |
Deprecated. This parameter is retained for backward compatibility. |
Abandoned, historical reasons for compatibility |
| FromType |
integer |
No |
Deprecated. This parameter is retained for backward compatibility. |
Abandoned, historical reasons for compatibility |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| TemplateId |
integer |
The template ID. |
415366 |
| RequestId |
string |
The request ID. |
D1C7F6E1-6A4D-50B5-B864-640E9FCA8D0A |
Examples
Success response
JSON format
{
"TemplateId": 415366,
"RequestId": "D1C7F6E1-6A4D-50B5-B864-640E9FCA8D0A"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.