I wonder how we can integrate and unittest nexmo. They do not have any test api keys such as strip, etc. They also charge regardless of whether the SMS is sent or not.
They do not publish numbers where you can send messae and not get paid for. So how do people test nexmo integration without spending real money?
When you sign up for an account, they give you credit for free. This should be enough so that you can test, make your application work and understand if you want to use your SMS gateway in the long run.
. , , .
api, api.
https://labs.nexmo.com/
api , .
api, .
Nexmo, https://dashboard.nexmo.com/sign-up
, apis. , api_key, api_secret , .10 , "to" ( , api ).
Here you just need to make an HTTP call to start sending your first text. You can check the API by making a call in your application or using a site such as: https://www.hurl.it/ and enter the base URL ( https://rest.nexmo.com/sms/json ?) And enter the name and the value of the required parameters.
Full disclosure, I work at Nexmo