Skip to main content
Solved

SMS FeatureNotAvailable in Sandbox

  • March 2, 2023
  • 2 replies
  • 212 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"
        }
    ]
}

Best answer by PhongVu

SMS enabled. Please retest.

2 replies

PhongVu
Community Manager
Forum|alt.badge.img
  • Community Manager
  • Answer
  • March 2, 2023

SMS enabled. Please retest.


  • Author
  • New Participant
  • March 2, 2023

Thanks for resolving this so quickly!