Send Notifications to the user

Hi

My usecase is to trigger a notification whenever a field in doctype gets changed (can be any event). Is there a hook where I can trigger notifications ?

Something like whenever a new submittale doctype gets added or Error snapshot/ todo event are added etc :

Thanks

check Notification configurations here - https://frappe.io/docs/user/en/guides/basics/hooks

Just create an Email Alert on Save. No need to mention condition. Everytime document is Saved, Email Alert will be triggered.