October 2018 Summaries
1 posts from Strapi
Filter
Month:
Year:
Post Summaries
Back to Blog
This article provides a workaround for implementing webhook features in Strapi, which is not yet available. It explains how to use lifecycle callbacks and HTTP calls to rebuild a static website when content is updated in Strapi. The process involves uncommenting afterCreate, afterUpdate, and afterDestroy lifecycle callbacks, storing the URL for rebuilding the website, installing axios, and making HTTP calls using request. The article also provides guidance on where to find necessary files and how to modify them.
Oct 31, 2018
457 words in the original blog post.