Add new filter for the hive connnector

The idea is:

when we use the hive to get alerts, we want to only get new alerts, not include them which marked as read already.

My use case:

  1. I have many alerts and want to use n8n to do some automation with some work flows.
  2. Work flow A marked some alerts as read
  3. Work flow B want to get all alerts which status is new
  4. But there is no filter in current plugin, so pls help to add this one

I think it would be beneficial to add this because:

it will only return new alerts or new cases what we need

Any resources to support this?

Are you willing to work on this?

If python3, I can do some help.