Pretty much as the title says. Â
If my personal number is 555-555-5555 in the script, the SMS goes through.
Â
I am part of a group that has the number of 999-999-9999. If I switch to that number, it breaks permissions in the script. Â
Here’s the response paste after my access token. Â
SMS Response: {
 "errorCode" : "FeatureNotAvailable",
 "message" : "Phone number doesn't belong to extension",
 "errors" : {
  "errorCode" : "MSG-304",
  "message" : "Phone number doesn't belong to extension"
 } ]
}
Error sending SMS: Phone number doesn't belong to extension
Â