+1
Considering for Future Release

On 'Waiting for Guest' Show Button for "Email me when Guest is available"

Gabe F 8 years ago updated by anonymous 6 years ago 5

If you choose this option it pops a dialog allowing you to put in or change the email address to send the notification to (in case you want to send the notification to the next shift.... your own email could be default) and an area for an Optional text reminder as to why you requested the notification.... then it would use that info to trigger an invite when the computer is next available for a connection.

Here's some programming suggestions on how to do part if it from a chat session with Steven Dove:

You could setup a trigger to send an email when that specific session comes online.

Event Filter:

Event.EventType = 'Connected' AND Connection.ProcessType = 'Guest' AND Session.SessionID = 'SESSIONIDGOESHERE' (you can get the session ID by selecting that session on the host page and getting it from the URL, which is in the format of xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx

-=-

You could use Custom Properties for the session to set the email to send to, then use {Session.CustomPropertyN} in the To Email field, same with the notification request. (https://help.screenconnect.com/Enabling_custom_fields_for_sessions)


Pending Review
Considering for Future Release
Considering for Future Release