Skip to content

Instantly share code, notes, and snippets.

@alexfinnarn
Last active February 14, 2018 21:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexfinnarn/39f08b003f4879eda1f20090c8b1a484 to your computer and use it in GitHub Desktop.
Save alexfinnarn/39f08b003f4879eda1f20090c8b1a484 to your computer and use it in GitHub Desktop.
HelpScout Identify User
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