Hacker News new | ask | show | jobs
by halfeatenpie 1992 days ago
Interesting!

Out of curiosity, how would this work in regards to the character limitations (160 characters I think?) in SMS? What if they're large responses? Is there a hard limit on the total number of text messages sent per request?

1 comments

I use Twilio for the text messaging, and so they can handle up to 1600 characters per outgoing message request, and larger responses could also be broken into multiple response messages. Users can define LiquidJS templates on the system so that you can cut down the size of the response message if you only want to see certain fields.