{
"token": "accesstoken",
"param": {
"appId": "55",
"msgDetailList": [
{
"channelId": "MSG_CHANNEL_EMAIL",
"tempParam": {
"content": {
"userName":"正文里面的变量值"
},
"attachmentMap": null
},
"sendTo": "test@tezign.com,test1@tezign.com",
"templateId": "TEST_EMAIL"
}
]
}
}
curl --location --request POST 'https://open-auth.tezign.com/open-api/standard/v1/send-message-v2' \
--header 'x-asm-prefer-tag: version-env-07' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "accesstoken",
"param": {
"appId": "55",
"msgDetailList": [
{
"channelId": "MSG_CHANNEL_EMAIL",
"tempParam": {
"content": {
"userName":"正文里面的变量值"
},
"attachmentMap": null
},
"sendTo": "test@tezign.com,test1@tezign.com",
"templateId": "TEST_EMAIL"
}
]
}
}'
{
"code": "0",
"message": "success",
"result": null
}