Open hackthetunnelsbot[bot] opened 1 year ago
Utilize Twillio to send SMS messages to customers when an order is created.
Note: we don't currently take phone number as a part of the create order request body, so feel free to hard the desired phone number
Add a new sms folder within the service/src/infrastructure folder that contains any code you write relating to sending phone messages.
sms
service/src/infrastructure
When an order is created, a text should be sent to the desired phone.
Description:
Utilize Twillio to send SMS messages to customers when an order is created.
Note: we don't currently take phone number as a part of the create order request body, so feel free to hard the desired phone number
Add a new
sms
folder within theservice/src/infrastructure
folder that contains any code you write relating to sending phone messages.Acceptance Criteria:
When an order is created, a text should be sent to the desired phone.