Open hackthetunnelsbot[bot] opened 1 year ago
!complete
add-404-page: 2 add-css-animation: 5 add-footer-component: 2 add-pagination-to-products-endpoint: 13 add-partial-dark-mode: 3 hello-client: 1 hello-service: 1 send-sms-with-twillio: 13 update-favicon: 1 update-page-title: 1 update-product-endpoint: 3
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.