 Rank: Guest Joined: 8/13/2018(UTC) Posts: 4  Thanks: 3 times
|
Hi iv'e been trying to configure the email triggers when a guest connects to a session,
By default there's no email body message only a subject, what I'm trying to do is add an HTML message with a button to join the session just like in the email the client receives, I sew that the variable used for the client's email is {1} but this obviously does not work for the host.
So is there a variable that I can use for this button to join the session as a host?
|
|
|
|
 Rank: Advanced Member Medals:  Joined: 1/29/2014(UTC) Posts: 130   Location: Indianapolis, IN Thanks: 2 times Was thanked: 21 time(s) in 21 post(s)
|
I haven't tried this myself, but I don't see why it wouldn't work. You can create a trigger using event filter: Event.EventType = 'Connected' AND Session.SessionType = 'Support' AND Session.HostConnectedCount = 0 That would fire off an email when a guest connects to a support session that a host is not connected to. Set the subject to whatever you want, maybe something like '{Session.Name}' is now ready for support Set your TO field to whatever email address you want to receive the notification. change HTML Body to True and craft whatever body message you want. The link you'll need to assemble would look something like: https://mySCdomainname.com:8040/?Session='{Session.SessionID}'
|
|
|
|
 Rank: Guest Joined: 8/13/2018(UTC) Posts: 4  Thanks: 3 times
|
Thanks for the reply, The issue was not The trigger nor the email body, I have that done already. My question was about a link that will take me to session as a host so that when my guest joins the session a get an email with a link or button that takes me to the session as a host, https://mySCdomainname.com:8040/?Session='{Session.SessionID}' will take me to the session as the client.
|
|
|
|
 Rank: Administration Medals:  Joined: 3/28/2014(UTC) Posts: 2,862  Thanks: 3 times Was thanked: 351 time(s) in 303 post(s)
|
I think you just append '/Join' to the end and it should initiate the sessionJoin process. |
ScreenConnect Team |
 1 user thanked Scott for this useful post.
|
|
|
 Rank: Guest Joined: 8/13/2018(UTC) Posts: 4  Thanks: 3 times
|
Thank You this seems to work, But in the email the backslash gets expanded to %5C, how can i prevent this?
|
|
|
|
 Rank: Administration Medals:  Joined: 3/28/2014(UTC) Posts: 2,862  Thanks: 3 times Was thanked: 351 time(s) in 303 post(s)
|
So using my sandbox instance with the following URL I'm not running into that problem. The Body of my triggered email looks like: Code:
http://subdomain.domain.com:8040/Host#Access/All%20Machines//{Session.SessionID}/Join
How exactly is yours currently formatted? |
ScreenConnect Team |
 1 user thanked Scott for this useful post.
|
|
|
 Rank: Guest Joined: 8/13/2018(UTC) Posts: 4  Thanks: 3 times
|
I wrote \join instead of /Join 2 mistakes: Backslash instead of forwardslash and lower case j for Join.
It's working now.
Thanks a lot.
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.