Skip to main content
Question

"errorCode": "MSG-242", "message": "The requested feature is not available"

  • 14 August 2024
  • 1 reply
  • 12 views

I am able to send SMS using sandbox number "+12679304013”.
 When I try to send it shows
{
    "errorCode": "FeatureNotAvailable",
    "message": "The requested feature is not available",
    "errors": e
        {
            "errorCode": "MSG-242",
            "message": "The requested feature is not available"
        }
    ]
}

reference

Sandbox phone numbers do not support SMS out of the box anymore.

You should try directly on your production phone number.

Or, submit a dev support ticket to ask for enabling it. This will take a longer time to process and not be recommendable because it’s just a temporary solution.


Reply