You can call CreateMessageApp to create an interactive message application.
Operation description
QPS limits
The QPS limit for this API is 100 queries per second (QPS) per user. If the limit is exceeded, API calls will be throttled, which may affect your business. You can call this API at a reasonable rate. For more information, see QPS limits.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
live:CreateMessageApp |
create |
*Domain
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AppName |
string |
Yes |
The name of the interactive message application. The length must be 2 to 16 characters. |
test |
| AppConfig |
object |
No |
The application configuration. |
|
|
string |
No |
The configuration information of the application, which is user-defined content. |
||
| Extension |
object |
No |
The extension field. |
|
|
string |
No |
The extension field that is passed as needed for additional application properties to be recorded. |
Response parameters
|
Parameter |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
16A96B9A-****-CB92E68F4CD8 |
| Result |
object |
The returned result. |
|
| AppId |
string |
The ID of the interactive message application. |
VKL3*** |
Examples
Success response
JSON format
{
"RequestId": "16A96B9A-****-CB92E68F4CD8",
"Result": {
"AppId": "VKL3***"
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.