1
6 Comments

Anyone used Twilio SMS? ๐Ÿ“ฒ

Anyone used it before and can tell me:

  1. What happens if a text gets sent to a landline?
  2. Point me to a place describing how to ethically use this service?

Thanks ๐Ÿ™๐Ÿผ

on June 24, 2020
  1. 2

    Twilio has good documentation. It's a lot like email marketing you need people to opt-in.

    I just tried to send to a landline and it accepts the message, but you get an undeliverable status.

    1. 1

      Thanks @hwatkins I am reading their guide right now ๐Ÿ‘

  2. 1

    Twilio/AWS SNS SMS will still bill you for SMS sent to wrong numbers (non E164 format) or to landlines. Twilio (https://twilio.com) is slightly expensive than SNS SMS. I suggest you use SNS SMS with a wrapper service like Send With SES (https://sendwithses.com)

    1. 1

      Hi @munion and thanks for the advice. I went with Twilio because they gave me COVID 19 credit, so that made all the difference.

      1. 1

        Nice. You won't make a mistake with either choice. We use both Send With SES and Twilio for sending OTP's - one service backs up the other incase end user does not receive the first OTP SMS.

        I should have mentioned it earlier; Twilio gives new accounts $15 in credit while SNS SMS (or SendWithSES) gives you a 100 free SMS per month forever.

  3. 1

    This comment was deleted 6 years ago

  4. 3

    This comment was deleted 6 years ago

    1. 1

      Appreciate your detailed response @ThomasJay200!