ttran9619 / ttpm-rs

A tool for monitoring interview slots for Trusted Traveler Programs such as Global Entry.
MIT License
1 stars 0 forks source link

Add SMS service #5

Open ttran9619 opened 12 months ago

ttran9619 commented 12 months ago

Orignally, this tool was planned with a SMS receiver backend, hence the sms.rs stub. However, I haven't registered twillio for a2p 10dlc, so an email backend was provided instead.

This issue involves filling out sms.rs to support twillio as an alerting receiver.

AmberRyer commented 6 months ago

Have you been able to get registered with Twilio on 10DLC?

ttran9619 commented 6 months ago

I have not pursued SMS support using Twilio. The registration hassle with 10DLC that I'm not willing to pursue for a hobbiest application like this. I'd recommend using the Sendgrid backend instead. Adding support for Twillio in the actual application should be trivial, but I don't have a way to test.