Tip: Time-Based Automations
Did you know you can configure automations to fire only during specific time frames?
This is especially useful for security-related events—like triggering an alert when someone logs into your instance outside of business hours. To do this, use Event.Time to fetch the event’s timestamp in Coordinated Universal Time (UTC).
Example:
Automation fires when a user logs into ScreenConnect between 10:00 and 18:59 UTC:
Event.EventType = 'LoginAttempt' AND HOUR(Event.Time) BETWEEN 10 AND 18
Want more automation examples? Check out our guide!