Scheduled Publishing
Marketing teams often prepare content in advance and schedule it for future publishing. This practice applies to various types of content, including blog posts, seasonal greetings, and e-commerce discounts.
React Bricks offers a built-in scheduled publishing feature. This feature can also trigger a build hook in your site’s hosting environment when future-dated content is published.
Schedule Future Publishing
With React Bricks, you can keep a page in “draft” status and schedule its future publication. Simply select the desired date and time for publishing. When that moment arrives, your content will automatically transition to the “published” state, making it accessible via the frontend APIs.
We trigger your build hooks!
For static site generation, if you want new content to be published at the scheduled time, you need to call the deploy hook in your hosting environment (e.g., Vercel, Netlify, AWS, GitHub Actions).
Don’t worry—you won’t have to manually trigger the build at midnight to update the website. Just enable the “Trigger hook on scheduled publishing” option for your production build hook. We’ll trigger it as soon as the new content is published
At midnight, you can simply celebrate with your favorite champagne or, even better, an Italian “metodo classico” 🥂🇮🇹.
Read more about webhooks and how to set them up.