sodiumjoe / citizen-advocate

5 stars 0 forks source link

notify users #5

Open sodiumjoe opened 7 years ago

sodiumjoe commented 7 years ago

daily?

edhille commented 7 years ago

I would assume so

edhille commented 7 years ago

Started to dig into how sending SMS messages works and I think we have two routes:

1) The roll-our-own

2) Use Twilio

Since we're currently footing the bill, I'm tending towards approach #1, but that is going to be a lot more work and more error-prone...

edhille commented 7 years ago

Also, there is another OS alternative called Kannel that I have not dug into too much but looks fairly old, so I'm a little concerned it might be out of date

sodiumjoe commented 7 years ago

I vote for twilio. seems like the cost will be negligible vs hosting unless we get massive adoption, which we can deal with if it happens

edhille commented 7 years ago

Going the Twilio route.

Should this handle all notifications? Meaning, should it also be responsible for verification emails?

sodiumjoe commented 7 years ago

oh I didn't realize twilio did email too, I'll check it out

edhille commented 7 years ago

Oh, I didn't mean that. I just meant that should the notifier library should own emails as well as sms.

sodiumjoe commented 7 years ago

oh gotcha. Yeah, that probably makes sense. let's talk about it tomorrow