CreateTemplate

更新时间:
复制 MD 格式

Creates a new mail template in DirectMail.

Operation description

Description

  • Set the templateType parameter to 0 to create a mail template.

  • For a mail template, specify templateSubject (email subject), templateNickName (sender name), and templateText (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

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

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.