I'm using version 2.5.1 of the nexmo-notification-channel which I see is now known as the vonage-notification-channel. I'm based in the UK and have customers globally, I have set my sms_from to be the following:
'nexmo' => [
'sms_from' => 'DomainMonit',
]
A change happened on 1st March 2022 beyond my control whereby sending to US numbers now requires the use of a toll-free number as described here.
Currently, my sms_from works perfectly fine for sending to UK based numbers, but, I'm going to need to buy a toll-free number, and somehow configure the sms_from to use the toll-free number for specific US customers (I have a column in my database I can utilise to get country), how can I change the sms_from dynamically to support this?
All SMS sent to the US must originate from either a US pre-approved long number, registered toll-free, 10 DLC, or short code that is associated with your Vonage account. Alpha Sender IDs are not supported.
Hi,
I'm using version 2.5.1 of the
nexmo-notification-channel
which I see is now known as thevonage-notification-channel
. I'm based in the UK and have customers globally, I have set mysms_from
to be the following:A change happened on 1st March 2022 beyond my control whereby sending to US numbers now requires the use of a toll-free number as described here.
Currently, my
sms_from
works perfectly fine for sending to UK based numbers, but, I'm going to need to buy a toll-free number, and somehow configure thesms_from
to use the toll-free number for specific US customers (I have a column in my database I can utilise to get country), how can I change thesms_from
dynamically to support this?