#Lesson 9 - Webhooks
This section covers configuring a webhook that keeps the deployed storefront in sync with published content.
A deployed storefront is a static build created at a specific point in time. When you publish content in Hygraph, the live site does not automatically update. Setting up a webhook closes that gap. When content moves to the PUBLISHED stage, Hygraph sends a POST request to a build hook URL on your deployment platform, which triggers a new build and deploys the latest published content.
By the end of lesson 9.1, every time content is published in your Hygraph project, the storefront automatically rebuilds and deploys.
#Lessons in this section
| Lesson | What you will do |
|---|---|
| 9.1 Configure webhooks | Create a webhook in Hygraph that sends a build trigger to Netlify or Vercel whenever content is published |
For the complete webhooks documentation, see Webhooks.
#What's next
Lesson 9.1 - Configure webhooksOr, go to the Tutorial overview for the full lesson list.