Twilio delivers long SMS messages in random order -


when twilio numbers receive sms longer 160 chars, call server each 160 char fragment. each server call separate sms. order in receive them random.

does have solution other manually assemble these fragments?

does know of replacement twilio?. should support:

  • sending , receiving sms world wide.
  • sending , receiving smss longer 160 chars. (i.e. deliver multiple messages in right order)
  • easy python/django integration.

checked out plivo's api. did not find solution there receiving long smss

apparently nexmo need. works on globe. solves problem of long inbound smss


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -