Reputation: 1194
When my Twilio numbers receive an SMS longer than 160 chars, I get a call to my server with each 160 char fragment. Each server call is like a separate SMS. The order in which I receive them is random.
Does anyone have a solution to this other than manually assemble these fragments?
Does anyone know of a replacement to Twilio?. It should support:
Checked out Plivo's API. Did not find a solution there for receiving long SMSs
Upvotes: 2
Views: 851
Reputation: 1194
Apparently nexmo does what I need. It works all over the globe. It solves the problem of long inbound SMSs
Upvotes: 1