-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SMS not being sent #32
Comments
What "FROM" number are you using to send this message? Some of the constraints to be aware of :
|
Well I'm using a placeholder text as the "FROM" number, and eventhough I've not purchased any numbers, I've already bought credits. I achieved sending SMS with this code:
|
Are you saying that you were able to send a message using the direct API call and its not working with the NPM package easynexmo with the same set of parameters (key, secret, from and to)? |
Yep, exactly that :(
|
@pvela any opinions or suggestions? |
@diegoaguilar Tried many times but couldn't replicate the problem. After taking a closer look at your output from the initial paste it looks like you are connecting to port 80, which is not the correct port to connect to. Can you verify if you are using the latest version of the library and check if you have overwritten the port from 443 to 80. |
So, I have credits in my nexmo account, I'm trying to send an SMS and with
debug
mode on, I can see:I've confirmed the api key and the api secret, but any SMS is being sent. Suggestions?
The text was updated successfully, but these errors were encountered: