WordPress Notice when there is a new entry

Hi, does anybody know if there is a way to create a WordPress Notice that’s displays in the admin when there has been a new entry in a specific form.

I’ve got a notice made I just don’t know of there is a hook/filter that’s checks if there is a new entry.

Hi Robbie. You could use the gform_entry_created filter to run your custom code:

I’m interested in what you are going to use as a notice, as I have been asked about this type of thing before. Thank you.