Technical Tip: Email notifications for FortiCare service expiry
Description
This article describes how to configure email notifications for Forticare service expiry from FortiGate.
Scope
FortiGate.
Solution
Go to Security Fabric -> Automation, create New.



To receive an alert for all licenses, select the 'Any' option for License Type.
Image reference version 7.6.2.

Configuration from CLI :
config system automation-stitch
edit "License Expired Notification"
set description "Send a email notification when a license is near expiration."
set trigger "License Expiry" --> Name of the trigger when the license is about to expire.
config actions
edit 1
set action "Email Notification" --> Name of the trigger to send an email alert.
next
end
next
end