When I publish a page, it gets sent off via the magic of webhooks to Netlify.
It would be super cool if I could get an update of this status for when the site is now live and published from within Prismic rather than having to open up Netlify to check.
Netlify offers hooks which might be useful - I'm envisaging something like Prismic gives some URLs like:
And then when Netlify pings those URLs, we'll know when the site was last updated or whether I need to go and check something.
Here's some netlify docs: Deploy notifications | Netlify Docs
What do you think?