Closed hackthetunnelsbot[bot] closed 1 year ago
I'll take this one
!complete
add-404-page: 2 add-css-animation: 5 add-font-style: 1 add-footer-component: 2 add-login-page-form: 3 add-navbar-component: 3 add-search-bar-component: 2 create-product-web-scraper: 8 hello-client: 1 hello-service: 1 improve-product-preview-card-component: 2 responsive-home-page-products: 2 send-sms-with-twillio: 13 style-page-component: 2 style-product-page: 3 update-favicon: 1 update-page-title: 1
!review
!approve
Approved by @jasonau3
This challenge did not unlock any other challenges
Description:
When an order is created, we should send a message to a webhook endpoint of your choosing.
Add a new
webhooks
folder within theservice/src/infrastructure
folder that contains any code you write relating to pushing information to webhooks.Read the following guide to learn how to get the webhook endpoint of a Discord channel.
POST-ing to this Discord channel webhook endpoint will create a message in the desired channel.
To complete this challenge, provide proof that you have succesfully sent an "order created" related message to your desired webhook endpoint.
Acceptance Criteria:
When an order is created, a webhook is succesfully notified of the event. The participant should include some information on what their choosen webhook was.