更新时间:2025-01-07 GMT+08:00
创建消息模板
功能介绍
URI
- 参数说明
名称
是否必选
参数类型
说明
project_id
是
String
项目ID。
获取项目ID请参考获取项目ID。
请求消息
- 参数说明
名称
是否必选
参数类型
说明
message_template_name
是
String
创建模板的名称。
只能包含大写字母、小写字母、数字、-和_,且必须由大写字母、小写字母或数字开头,长度在1到64个字符之间。
content
是
String
模板内容,模板目前仅支持纯文本模式。
模板内容不能空,最大支持256KB。
protocol
是
String
模板支持的协议类型。
目前支持的协议包括:
- “email”:邮件传输协议。
- “default”
- “sms”:短信传输协议。
- “http”、“https”:HTTP/HTTPS传输协议。
- 请求样例
POST https://{SMN_Endpoint}/v2/{project_id}/notifications/message_template
{ "message_template_name": "confirm_message", "protocol": "https", "content": "(1/2)You are invited to subscribe to topic({topic_id}). Click the following URL to confirm subscription:(If you do not want to subscribe to this topic, ignore this message.)" }
响应消息
- 要素说明
名称
参数类型
说明
request_id
String
请求的唯一标识ID。
message_template_id
String
模板唯一的资源标识。
- 响应样例
{ "request_id": "ca03efa691624d8eb2dfeba01a1bcf6e", "message_template_id": "57ba8dcecda844878c5dd5815b65d10f" }
返回值
请参考返回值。
错误码
请参考错误码。
父主题: 模板操作