DEV Community

Cover image for ๐Ÿ’ช Bypass SMS 160 chars limits and send Star Wars intro as a single concatenated ๐Ÿ“œ
adriens for opt-nc

Posted on โ€ข Edited on

๐Ÿ’ช Bypass SMS 160 chars limits and send Star Wars intro as a single concatenated ๐Ÿ“œ

โ” About

Many SMS services and gateways support *"concatenated SMS" * (messages or messages over 160 characters).

This time, we'll show how our Java (picocli & Spring Boot) based cli, thanks to a nicely designed API make the sending of (very) long SMS look like a piece of ๐Ÿฐ.

๐Ÿ“‘ Existing services and gateways

In the wild, we can find two famous SMS API services :

Jasmin SMS is one of them... and it supports "Long Messages" :

"Supports concatenated (multipart) SMS contents (long SMS)"

Image description

So does Twilio, still providing some best practices guidelines :

Image description

๐Ÿฟ cli Showtime โœจ

OPT-SMS is a cli which aims is to simplify integrations & sms batch sending easier for any user who has an access to the API.

Our cli does not required any technical skill to perform usually not that easy tasks, for any kind of user on any kind of platform as it is a (Spring boot) Java based project.

Hostinger image

Get n8n VPS hosting 3x cheaper than a cloud solution

Get fast, easy, secure n8n VPS hosting from $4.99/mo at Hostinger. Automate any workflow using a pre-installed n8n application and no-code customization.

Start now

Top comments (1)

Collapse
 
adriens profile image
adriens โ€ข

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free โ†’

๐Ÿ‘‹ Kindness is contagious

Please leave a โค๏ธ or a friendly comment on this post if you found it helpful!

Okay