Creates a message group.
Operation description
QPS limits
You can call this operation up to 100 times per second per account. Requests that exceed this limit are dropped and you may experience service interruptions. Consider this limit when calling this operation. For more information, see QPS limits.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
live:CreateMessageGroup |
create |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AppId |
string |
Yes |
The ID of the interactive messaging application. |
a494caec-***-695ef345db77 |
| CreatorId |
string |
Yes |
The ID of the creator. The ID can be up to 36 characters in length and can contain only letters and digits. |
as****hs |
| Extension |
object |
No |
The extended field. |
|
|
string |
No |
The extended field. Specify an additional parameter as needed. |
Response parameters
|
Parameter |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
16A96B9A-****-CB92E68F4CD8 |
| Result |
object |
The returned result. |
|
| Extension |
object |
The extended field. |
test001 |
| GroupId |
string |
The ID of the message group. |
AE35-****-T95F |
Examples
Success response
JSON format
{
"RequestId": "16A96B9A-****-CB92E68F4CD8",
"Result": {
"Extension": {
"test": "test",
"test2": 1
},
"GroupId": "AE35-****-T95F"
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.