I suggest you ...

Create onChatStart event...

With this event I could set notes to user by department selected on chat start.
Example:
<script>

$zopim(function() {
$zopim.livechat.set({
language: 'pt_BR',
name: 'user',
email: 'user@site.com',
onChatStart: function(e) {
var departament = e.Departament;

$.ajax({
url: 'http://www.mysite.com/getNotesByUserByDepartament',
data: {User: 'xxxxxx', Departament: departament},
type: "POST",
dataType: "json",
success: function (returnNotes) {
$zopim.livechat.setNotes(returnNotes);
});
});
}
});
});

</script>

35 votes
Vote
Sign in
Check!
(thinking…)
Reset
or sign in with
  • facebook
  • google
    Password icon
    I agree to the terms of service
    Signed in as (Sign out)
    You have left! (?) (thinking…)
    Danilo Ribeiro da SilveiraDanilo Ribeiro da Silveira shared this idea  ·   ·  Flag idea as inappropriate…  ·  Admin →

    1 comment

    Sign in
    Check!
    (thinking…)
    Reset
    or sign in with
    • facebook
    • google
      Password icon
      I agree to the terms of service
      Signed in as (Sign out)
      Submitting...

      Feedback and Knowledge Base