Last active
February 14, 2018 21:35
-
-
Save alexfinnarn/39f08b003f4879eda1f20090c8b1a484 to your computer and use it in GitHub Desktop.
HelpScout Identify User
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HS.beacon.ready(function() { | |
HS.beacon.identify({ | |
name: user_name, | |
email: user_mail, | |
roles: roles, | |
site_name: site_name, | |
site_url: url, | |
org_name: org_name, | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment