Can deploy webhook tell us which pages change?

I’m using Plasmic + Next.js + Vercel

I’m using the ISR feature so i can purge individual cache of pages when data changes.

In the deploy webhook it doesn’t seem possible to get a list of what’s changed. Is that possible to add? Right now we have 100+ pages in plasmic, and the webhook has to purge all 100 of them from cache when any change is made.

They have 1000+ blog posts in sanity, and with sanity webhook i’m able to purge the individual blog post that changed. Very handy.

2 Likes

Hi,

The webhook doesn’t provide this information currently. Thanks for the suggestion.

So is that something that can be added?

That’s a great question! As of now, Plasmic’s deploy webhook doesn’t seem to provide a list of changed pages directly. A possible workaround could be tracking changes at the source level (e.g., monitoring updates in Plasmic’s API or database) and mapping them to specific pages. It would definitely be useful if Plasmic could add this feature natively—maybe worth suggesting to their team!