Queries the messaging health status of different types of nodes.
Operation description
QPS limit
You can call this operation up to five times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
This operation will directly obtain data from Facebook, which sets an upper limit on the total number of calls for operations. We recommend that you take note of the limit when you call this operation.
Debugging
Authorization information
Request parameters
Parameter | Type | Required | Description | Example |
---|
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
NodeType | string | Yes | The node type. Valid values:
| waba |
PhoneNumber | string | No | The phone number of the enterprise. | 86138*** |
TemplateCode | string | No | The template code. | 399299*** |
Language | string | No | The template language. | en |
WabaId | string | No | WabaId | 299399**** |
CustSpaceId | string | Yes | The space ID of the RAM user within the independent software vendor (ISV) account or the instance ID of the customer of Alibaba Cloud. | 2993**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"AccessDeniedDetail": "None",
"Message": "None",
"RequestId": "DAC72B08-3327-33EF-BEDC-8EC3E83A6575",
"Data": {
"CanSendMessage": "AVAILABLE",
"Entities": [
{
"EntityType": "PHONE_NUMBER",
"TemplateCode": "939928****",
"Errors": [
{
"ErrorDescription": "There is an error with the payment method.",
"PossibleSolution": "There was an error with your payment method. Please add a new payment method to the account.",
"ErrorCode": "141006"
}
],
"Language": "en",
"CanSendMessage": "AVAILABLE",
"PhoneNumber": "86138****",
"WabaId": "39939***",
"BusinessId": "3992****"
}
]
},
"Code": "OK",
"Success": true
}
Error codes
For a list of error codes, visit the Service error codes.