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