Hi,
Getting the below error when sending SMS:
com.ringcentral.RestException: HTTP Response
=============
status code: 403
Server: nginx
Date: Mon, 10 Jan 2022 22:52:37 GMT
Content-Type: application/json;charset=utf-8
Content-Length: 207
Connection: keep-alive
RCRequestId: 01d0132a-7268-11ec-a52f-0050568c6525
RoutingKey: IAD01P18PAS05
Content-Language: en-US
X-Rate-Limit-Group: medium
X-Rate-Limit-Limit: 40
X-Rate-Limit-Remaining: 39
X-Rate-Limit-Window: 60
{
"errorCode" : "FeatureNotAvailable",
"message" : "The requested feature is not available",
"errors" : [ {
"errorCode" : "MSG-242",
"message" : "The requested feature is not available"
} ]
}
HTTP Request
============
HTTP POST https://platform.ringcentral.com/restapi/v1.0/account/~/extension/~/sms
Please help in finding the root cause