{
"extendedParams": {},
"messageTheme": "string",
"pickChannels": [
0
],
"recipientList": [
{
"code": "string",
"recipientSettingItems": [
{
"ccUser": {
"clientId": "string",
"idType": 0,
"identities": [
"string"
],
"identityList": [
{
"identity": "string",
"identityName": "string"
}
]
},
"orgCode": "string",
"orgType": "string",
"toUser": [
{
"clientId": "string",
"idType": 0,
"identities": [
"string"
],
"identityList": [
{
"identity": "string",
"identityName": "string"
}
]
}
]
}
],
"tagType": "string",
"userMapping": {}
}
],
"taskId": 0,
"templateId": 0,
"templateParam": {},
"todoId": "string"
}curl --location --request POST 'http://test-cn.your-api-server.com/openapi/message/send/template' \
--header 'Content-Type: application/json' \
--data-raw '{
"extendedParams": {},
"messageTheme": "string",
"pickChannels": [
0
],
"recipientList": [
{
"code": "string",
"recipientSettingItems": [
{
"ccUser": {
"clientId": "string",
"idType": 0,
"identities": [
"string"
],
"identityList": [
{
"identity": "string",
"identityName": "string"
}
]
},
"orgCode": "string",
"orgType": "string",
"toUser": [
{
"clientId": "string",
"idType": 0,
"identities": [
"string"
],
"identityList": [
{
"identity": "string",
"identityName": "string"
}
]
}
]
}
],
"tagType": "string",
"userMapping": {}
}
],
"taskId": 0,
"templateId": 0,
"templateParam": {},
"todoId": "string"
}'{
"success": true,
"code": "string",
"msg": "string",
"data": {
"message": "string",
"requestDate": "string",
"requestId": "string",
"success": "string"
},
"error": {
"appName": "string",
"errorDetail": "string",
"errorTime": "string",
"instance": "string",
"traceId": "string"
}
}