Skip to content

Instantly share code, notes, and snippets.

@valeriansaliou
Created January 21, 2016 13:29
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 valeriansaliou/7def9e4efe51182d40ec to your computer and use it in GitHub Desktop.
Save valeriansaliou/7def9e4efe51182d40ec to your computer and use it in GitHub Desktop.
// CRISP_READY_TRIGGER is read as a "crisp ready" callback
CRISP_READY_TRIGGER = function() {
// Set user email once crisp is ready
$crisp.user.email.set("USER_EMAIL_THERE");
};
@valeriansaliou
Copy link
Author

This code should be appended right after to the WEBSITE_ID variable in the Crisp chatbox code <script /> section.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment