Matrix Version: v6.31.1
Hi, I have a trigger that I am using to send an email when a REST Resource Asset returns a 401 error. As expected the email is triggered each time a user lands on the page, is there any time based cooldown I can implement before retriggering e.g once per day?
Thanks for this. Iâve already tried implementing something like this, but the REST asset is handling multiple endpoints, so it would also need to track what endpoints were triggered as well. I feel like triggers arenât really designed for this scenario, so Iâm likely going to use an external service.