Notification timeout

I’ve set up an automation to send me a notification when a counter has incremented. But sometimes that counter increments multiple times within a short period of time. What I want to do is to only send that notification once, then wait for 2 minutes before allowing to sending another, regardless of the counter being changed. How could I do this with node red?

Take at look at the node-red-contrib-throttle node.