FozAhm / quill

📝 Registration, for hackathons!
https://medium.com/hackmit-stories/quill-an-open-source-hackathon-registration-system-91f3a06d22a2
GNU Affero General Public License v3.0
2 stars 1 forks source link

Set up mass text messaging service #57

Closed erinb90 closed 5 years ago

erinb90 commented 5 years ago

45

To test, you can create a free trial Twilio account at https://www.twilio.com/try-twilio, which lets you send texts to verified phone numbers only.

In production, we will need to create a paid Twilio account to be able to send texts to any phone number.

screenshot from 2019-03-05 12-52-09

erinb90 commented 5 years ago

Is there a limit of phone numbers that we can send to at once? We got that issue raised while creating the mass email system.

Otherwise the implementation looks good. Will test again before merging after this PR is approved.

From what I understand here https://support.twilio.com/hc/en-us/articles/223183648-Sending-and-Receiving-Limitations-on-Calls-and-SMS-Messages, it doesn't seem like there is a limit. It just may take some time to send it to everyone since it's 1 message per API call and the calls get queued on their server. To speed things up, we could purchase more than one phone number, but I think we'll be few enough people that one number will be fine.

FozAhm commented 5 years ago

Should I create the paid account now?

On Mar 6, 2019, at 11:44 AM, Alvyn Duy-Khoi Le notifications@github.com wrote:

@alvyn279 approved this pull request.

Works pretty well, and doesn't fail on empty phone numbers

— You are receiving this because your review was requested. Reply to this email directly, view it on GitHub, or mute the thread.