CaliStyle / ng-intercom

Angular 7+ Wrapper for Intercom.com
MIT License
54 stars 46 forks source link

Sending custome values with intercom.update #55

Closed kwiesmueller closed 6 years ago

kwiesmueller commented 6 years ago

Versions

Description

When doing an intercom update call like this:

this.intercom.update({
      'foo': 'bar',
    });

The custom variable (defined in intercom) is not being set for the user.

wbhob commented 6 years ago

Angular needs to be v6 to work with ng-intercom v6. Also please share console logs and surrounding code.

kwiesmueller commented 6 years ago

Ah, stupid me... That works! I even saw the table in the Readme but must have miexed up the lines. Thanks!