ListFlashSmsTemplates
You can call the ListFlashSmsTemplates operation to query flash SMS templates.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
outboundbot:ListFlashSmsTemplates |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The ID of the instance. |
361c8a53-0e29-42f3-8aa7-c7752d010399 |
| ProviderId |
string |
Yes |
The ID of the flash SMS provider.
|
Uincall |
| ConfigId |
string |
Yes |
The ID of the flash SMS configuration. |
fe542524-9585-4cc7-be54-c8782ed7f60e |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| HttpStatusCode |
integer |
The HTTP status code. |
200 |
| Code |
string |
The status code. |
OK |
| Message |
string |
The error message. |
无 |
| RequestId |
string |
The ID of the request. |
EC08CC41-6870-5594-939A-F758F057898F |
| Success |
boolean |
Indicates whether the call succeeded. A value of true indicates a successful call. A value of false indicates a failed call. |
true |
| Data |
array<object> |
The returned data. |
|
|
object |
A flash SMS template. |
||
| TemplateName |
string |
The name of the template. |
模板1 |
| TemplateId |
string |
The ID of the flash SMS template. |
17*******************01 |
| TemplateContent |
string |
The content of the template. |
您好,xxx来电。 |
Examples
Success response
JSON format
{
"HttpStatusCode": 200,
"Code": "OK",
"Message": "无",
"RequestId": "EC08CC41-6870-5594-939A-F758F057898F",
"Success": true,
"Data": [
{
"TemplateName": "模板1",
"TemplateId": "17*******************01",
"TemplateContent": "您好,xxx来电。"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.