-
Not sure if we can get this from the API, but if an app is assigned to a number it would be nice to add it to the table shown when running `number:list`.
-
I was too lazy to add it myself, maybe someone else might wana do it. I just took Mosms and changed the one file to point to nexmo.
/var/www/public/src/psm/Txtmsg/Mosms.class.php
``` php
ldrrp updated
8 years ago
-
### Steps to reproduce
```
› nexmo insight:standard {Long Virtual Number} e.g. SMS Shortcode
This operation will charge your account.
Please type "confirm" to continue: confirm
/usr/local/lib/node_…
-
Imagine if we have a `TeamHasNewUser` notification which we would broadcast to everyone under the team, and we have set `via()` as below:
``` php
class TeamHasNewUser extends Notification implements …
-
Would be an interesting feature.
-
There's no way of sending UDH data for concatenated sms as described in https://en.wikipedia.org/wiki/Concatenated_SMS#Sending_a_concatenated_SMS_using_a_User_Data_Header
There are other ways like us…
-
Sending multiple messages with drivers that use the Guzzle client (like Nexmo) returns an error on the second and subsequent messages.
```
try {
SMS::send('Hello #1', [], function($sms) {
…
-
Sending emails is one thing, but in the modern day sending text messages is a powerful way to remind people to come to a webinar or take another time-sensitive action.
-
If the user enteres a number with a + the cli should strip that off currently you get a 'method failed' errror
`nexmo price:sms +447970513607`
`method failed`
-
Hi,
I am using a Nexmo driver for sending SMS in Hebrew language. There is a problem with encoding, and to fix it I need to add a &type=unicode to HTTP requests and URL. Is there any conventional way …