Hello, I'm trying to configure trigger to send email and slack notification when Certificate is about to expire. Ive created custom extension for certificate. Configured email and slack notifications. Tested on object creation trigger. But i cant get the expiration trigger to work. I've tried: * Using Trigger (on object mention) with Mentioned filter SELECT Certificate WHERE expiry_date > NOW() AND expiry_date <= DATE_ADD(NOW(), INTERVAL 30 DAY) Didnt work * Tried using https://github.com/Hoglandets-IT/itop-warn-expiration...