vonage-python-sdk
vonage-python-sdk copied to clipboard
Remove length limit on SMS model
We would like to be able to send SMS over 1000 characters using the Messages API. The SMS API has no such restriction and will split messages into 140-char sized parts.
This limit feels somewhat arbitrary as it's not on a part boundary either.