aronduby / hwp

0 stars 1 forks source link

Twilio Changed Their API #136

Closed aronduby closed 1 year ago

aronduby commented 1 year ago

This API is being discontinued. Please see https://support.twilio.com/hc/en-us/articles/223181028-Switching-from-SMS-Messages-resource-URI-to-Messages-resource-URI-

The way we're sending text messages has been discontinued :grrr:

aronduby commented 1 year ago

double grr because it's requiring a newer version of node than we're running right now

https://github.com/twilio/twilio-node

aronduby commented 1 year ago

check to see if we can manually do a request or something that get's us there just a little less pretty without having to do the node update untill after the season is done

aronduby commented 1 year ago

have set it to manually do requests for the new endpoint so we didn't need to update the node version