Pencil-For-Schools / pencil-tech-admin

3 stars 0 forks source link

SPIKE the emailing situation and see if we can roll text messages in this #27

Closed drteresavasquez closed 2 months ago

drteresavasquez commented 2 months ago

Good article: https://www.courier.com/guides/python-send-sms/

This looks the most recent and promising: https://pypi.org/project/googlevoice/

Not sure if this still would work:

drteresavasquez commented 2 months ago

@Justin-Ferwerda I added you to this because you are so good a researching!

Justin-Ferwerda commented 2 months ago

SMS services

Django Packages

Other Resources

Justin-Ferwerda commented 2 months ago

It also looks like if we wanted to use Courier their automations could potentially work without having to set up a separate worker because you can set up a delay to sent the notification. So we could send the automation message when the appointment is created and set the delay to whenever the 48 hours before the appointment or send right away if the appointment was scheduled less than 48 hours in advance. I like this option a lot.

Justin-Ferwerda commented 2 months ago

Implemented Courier on a branch and shared details with design team to implement email designs.