Conditional webhook on specific field

I have a boolean called draft in my blog collection.
Can I trigger a webhook only if this value is true?

I am using vercel and next.js and it would be stupid to render the the draft repo every time. This would allow me 50 deploys per day instead of 100.

1 Like