Solved

SMS FeatureNotAvailable in Sandbox

  • 2 March 2023
  • 2 replies
  • 210 views

Getting a FeatureNotAvailable error in our sandbox app. Happens in Postman and .NET. The sandbox number is "+16506849983".

Request:

{
    "to": [
        {
            "phoneNumber": "*****"
        }
    ],
    "from": {
        "phoneNumber": "+16506849983"
    },
    "text": "Test SMS message"
}

Response:

{
    "errorCode": "FeatureNotAvailable",
    "message": "The requested feature is not available",
    "errors": [
        {
            "errorCode": "MSG-242",
            "message": "The requested feature is not available"
        }
    ]
}
icon

Best answer by Phong1426275020 2 March 2023, 17:44

View original

2 replies

Userlevel 1

SMS enabled. Please retest.

Thanks for resolving this so quickly!

Reply