消息模板详情
开发中
GET
https://api.flashcat.cloud/api/n9e/message-template/{id}
最后修改时间:2025-02-17 11:11:29
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.flashcat.cloud/api/n9e/message-template/'
响应示例响应示例
{
"data": {
"id": 1,
"name": "FeiShu Registration Template",
"ident": "feishu_registration_template",
"content": {
"subject": "Welcome to our service, {{username}}!",
"body": "Hi {{username}}, your verification code is {{verification_code}}. Please use it to complete your registration."
},
"user_group_ids": [
1
],
"notify_channel_id": 1
},
"err": ""
}
请求参数
Path 参数
id
string
必需